summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nxp-nci/core.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-07-29 15:35:03 +0200
committerDavid S. Miller <davem@davemloft.net>2019-07-29 17:56:26 +0200
commit3b0b278312ba7d6c1eb8b2fb48d459fb7f341a20 (patch)
tree3461be75e00138a355af314c7cff98b81a3f2951 /drivers/nfc/nxp-nci/core.c
parentNFC: nxp-nci: Add NXP1001 to the ACPI ID table (diff)
downloadlinux-3b0b278312ba7d6c1eb8b2fb48d459fb7f341a20.tar.xz
linux-3b0b278312ba7d6c1eb8b2fb48d459fb7f341a20.zip
NFC: nxp-nci: Get rid of platform data
Legacy platform data must go away. We are on the safe side here since there are no users of it in the kernel. If anyone by any odd reason needs it the GPIO lookup tables and built-in device properties at your service. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Tested-by: Sedat Dilek <sedat.dilek@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/nfc/nxp-nci/core.c')
-rw-r--r--drivers/nfc/nxp-nci/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/nxp-nci/core.c b/drivers/nfc/nxp-nci/core.c
index 8dafc696719f..aed18ca60170 100644
--- a/drivers/nfc/nxp-nci/core.c
+++ b/drivers/nfc/nxp-nci/core.c
@@ -14,7 +14,6 @@
#include <linux/gpio.h>
#include <linux/module.h>
#include <linux/nfc.h>
-#include <linux/platform_data/nxp-nci.h>
#include <net/nfc/nci_core.h>