diff options
| author | Andy Shevchenko <[email protected]> | 2019-07-29 16:35:03 +0300 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-07-29 08:56:26 -0700 |
| commit | 3b0b278312ba7d6c1eb8b2fb48d459fb7f341a20 (patch) | |
| tree | 3461be75e00138a355af314c7cff98b81a3f2951 /include/linux/platform_data | |
| parent | 1b14a37565d9e88b82b8a227690e5fbc0079b61b (diff) | |
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 <[email protected]>
Tested-by: Sedat Dilek <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/nxp-nci.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/linux/platform_data/nxp-nci.h b/include/linux/platform_data/nxp-nci.h deleted file mode 100644 index 97827ad468e2..000000000000 --- a/include/linux/platform_data/nxp-nci.h +++ /dev/null @@ -1,19 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Generic platform data for the NXP NCI NFC chips. - * - * Copyright (C) 2014 NXP Semiconductors All rights reserved. - * - * Authors: Clément Perrochaud <[email protected]> - */ - -#ifndef _NXP_NCI_H_ -#define _NXP_NCI_H_ - -struct nxp_nci_nfc_platform_data { - unsigned int gpio_en; - unsigned int gpio_fw; - unsigned int irq; -}; - -#endif /* _NXP_NCI_H_ */ |