diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-07-29 16:35:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-29 18:56:26 +0300 |
commit | 3b0b278312ba7d6c1eb8b2fb48d459fb7f341a20 (patch) | |
tree | 3461be75e00138a355af314c7cff98b81a3f2951 /drivers/nfc/nxp-nci/nxp-nci.h | |
parent | 1b14a37565d9e88b82b8a227690e5fbc0079b61b (diff) | |
download | linux-3b0b278312ba7d6c1eb8b2fb48d459fb7f341a20.tar.xz |
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/nxp-nci.h')
-rw-r--r-- | drivers/nfc/nxp-nci/nxp-nci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/nxp-nci/nxp-nci.h b/drivers/nfc/nxp-nci/nxp-nci.h index 6fe7c45544bf..ae3fb2735a4e 100644 --- a/drivers/nfc/nxp-nci/nxp-nci.h +++ b/drivers/nfc/nxp-nci/nxp-nci.h @@ -14,7 +14,6 @@ #include <linux/completion.h> #include <linux/firmware.h> #include <linux/nfc.h> -#include <linux/platform_data/nxp-nci.h> #include <net/nfc/nci_core.h> |