diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-01-21 09:20:12 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2016-03-09 23:25:45 +0100 |
commit | 87aca73737e379f079993802d2c43606f7c5d26c (patch) | |
tree | bf0fa8b0151c225694656331505ba5ba26a3f1eb /MAINTAINERS | |
parent | dd215430dc9132fc0505cb4d5aa6dc6243ce8f9c (diff) | |
download | linux-stable-87aca73737e379f079993802d2c43606f7c5d26c.tar.gz linux-stable-87aca73737e379f079993802d2c43606f7c5d26c.tar.bz2 linux-stable-87aca73737e379f079993802d2c43606f7c5d26c.zip |
NFC: microread: Drop platform data header file
Originally I only wanted to drop the unneeded inclusion of
<linux/i2c.h>, but then noticed that struct
microread_nfc_platform_data isn't actually used, and
MICROREAD_DRIVER_NAME is redefined in the only file where it is used,
so we can get rid of the header file and dead code altogether.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
Cc: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 355e1c85bad6..5e4e50ff87bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7644,7 +7644,6 @@ F: net/nfc/ F: include/net/nfc/ F: include/uapi/linux/nfc.h F: drivers/nfc/ -F: include/linux/platform_data/microread.h F: include/linux/platform_data/nfcmrvl.h F: include/linux/platform_data/nxp-nci.h F: include/linux/platform_data/pn544.h |