diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-03-20 15:31:38 -0700 |
---|---|---|
committer | Benson Leung <bleung@chromium.org> | 2018-04-09 22:55:16 -0700 |
commit | 96a938aa214e965d5b4a2f10443b29cad14289b9 (patch) | |
tree | ec35c274d85515c5cfa46a3e940d4fc2a1de3398 /MAINTAINERS | |
parent | c0bb0608ec79f8480432e169ccc3857dc7f7c205 (diff) | |
download | op-kernel-dev-96a938aa214e965d5b4a2f10443b29cad14289b9.zip op-kernel-dev-96a938aa214e965d5b4a2f10443b29cad14289b9.tar.gz |
Input: atmel_mxt_ts - remove platform data support
Now that there are no users of custom Atmel platform data, and everyone
has switched to the generic device properties, we can remove support for
the platform data.
Acked-by: Nick Dyer <nick@shmanahar.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Benson Leung <bleung@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 73c0cda..d4b0b09 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2394,7 +2394,6 @@ T: git git://github.com/ndyer/linux.git S: Maintained F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt F: drivers/input/touchscreen/atmel_mxt_ts.c -F: include/linux/platform_data/atmel_mxt_ts.h ATMEL SAMA5D2 ADC DRIVER M: Ludovic Desroches <ludovic.desroches@microchip.com> |