diff options
author | Janusz Krzysztofik <jmkrzyszt@gmail.com> | 2018-06-22 00:41:26 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-02 23:05:14 -0700 |
commit | dc8fbeb0ffde1f2395449006019e2c89c177df50 (patch) | |
tree | 631cfc6b08cc4de9cfeeb86f896ad15fdb827808 /MAINTAINERS | |
parent | a32d5ce1dbf9389ad28d438dbcdaa520a913cde8 (diff) | |
download | linux-stable-dc8fbeb0ffde1f2395449006019e2c89c177df50.tar.gz linux-stable-dc8fbeb0ffde1f2395449006019e2c89c177df50.tar.bz2 linux-stable-dc8fbeb0ffde1f2395449006019e2c89c177df50.zip |
ARM: OMAP1: Get rid of <mach/ams-delta-fiq.h>
Split the header file into two parts and move them to directories where
they belong.
Information on internal structure of FIQ buffer is moved to
<linux/platform_data/ams-delta-fiq.h> for ams-delta-serio driver use.
Other information used by ams-delta board init file and FIQ code is
made local to mach-omap1 root directory.
Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..c78b7dc42a81 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10391,6 +10391,7 @@ F: arch/arm/plat-omap/ F: arch/arm/configs/omap1_defconfig F: drivers/i2c/busses/i2c-omap.c F: include/linux/platform_data/i2c-omap.h +F: include/linux/platform_data/ams-delta-fiq.h OMAP2+ SUPPORT M: Tony Lindgren <tony@atomide.com> |