OSDN Git Service

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)
commitd491324f966518fbd3f4c627a3e9766d018a4eef
tree1e5aeb5b3f41ecec58c4c92079045aa458268193
parentc17a1ca14cbba5585df67544711b6d04bcc8e240
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]