]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
serial: lantiq: Replace lantiq_soc.h with lantiq.h
authorSongjun Wu <songjun.wu@linux.intel.com>
Tue, 16 Oct 2018 09:19:13 +0000 (17:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Nov 2018 16:43:27 +0000 (08:43 -0800)
commit3c8c2a9e29dca3ee40abf9a61672dfd9509e2ec4
treef8cbb81b9293f8c5fdd97ed0f941b1743a0a027b
parenta77bbe5e334fe7dc570c1f5fe62386cd3a60d6d6
serial: lantiq: Replace lantiq_soc.h with lantiq.h

In this existing lantiq serial driver,
lantiq_soc.h is defined in the arch directory,

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

This driver need to be extended to support more platform,
lantiq.h is added in include/linux/ to make it
globally available and provide some wrapper code.
Use lantiq.h to make the driver can find the correct
header file.

Signed-off-by: Songjun Wu <songjun.wu@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/lantiq.c