]> git.baikalelectronics.ru Git - kernel.git/commit
include: Add lantiq.h in include/linux/
authorSongjun Wu <songjun.wu@linux.intel.com>
Thu, 22 Nov 2018 07:47:35 +0000 (15:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Nov 2018 08:03:17 +0000 (09:03 +0100)
commited3cb861186194ae78c05bc389be980ca444187a
tree1e5aeb5b3f41ecec58c4c92079045aa458268193
parente6bdaff77e73b66a90a9125ef7300cf5d87f3812
include: Add lantiq.h in include/linux/

In some existing lantiq driver, the C codes include lantiq_soc.h
header file directly.

./arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h
./arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h

Those drivers need to be extended to support more platform.
lantiq.h is added in include/linux/ to make it
globally available and provides some wrapper codes.

Signed-off-by: Songjun Wu <songjun.wu@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/lantiq.h [new file with mode: 0644]