NFC: microread: Drop platform data header file
authorJean Delvare <jdelvare@suse.de>
Thu, 21 Jan 2016 08:20:12 +0000 (09:20 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 Mar 2016 22:25:45 +0000 (23:25 +0100)
commit87aca73737e379f079993802d2c43606f7c5d26c
treebf0fa8b0151c225694656331505ba5ba26a3f1eb
parentdd215430dc9132fc0505cb4d5aa6dc6243ce8f9c
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>
MAINTAINERS
drivers/nfc/microread/i2c.c
include/linux/platform_data/microread.h [deleted file]