ARM: imx: remove unused device definitions
I stumbled over these during build testing, they are evidently not referenced anywhere any more. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -19,15 +19,6 @@
|
|||||||
#define imx_flexcan_data_entry(soc, _id, _hwid, _size) \
|
#define imx_flexcan_data_entry(soc, _id, _hwid, _size) \
|
||||||
[_id] = imx_flexcan_data_entry_single(soc, _id, _hwid, _size)
|
[_id] = imx_flexcan_data_entry_single(soc, _id, _hwid, _size)
|
||||||
|
|
||||||
#ifdef CONFIG_SOC_IMX25
|
|
||||||
const struct imx_flexcan_data imx25_flexcan_data[] __initconst = {
|
|
||||||
#define imx25_flexcan_data_entry(_id, _hwid) \
|
|
||||||
imx_flexcan_data_entry(MX25, _id, _hwid, SZ_16K)
|
|
||||||
imx25_flexcan_data_entry(0, 1),
|
|
||||||
imx25_flexcan_data_entry(1, 2),
|
|
||||||
};
|
|
||||||
#endif /* ifdef CONFIG_SOC_IMX25 */
|
|
||||||
|
|
||||||
#ifdef CONFIG_SOC_IMX35
|
#ifdef CONFIG_SOC_IMX35
|
||||||
const struct imx_flexcan_data imx35_flexcan_data[] __initconst = {
|
const struct imx_flexcan_data imx35_flexcan_data[] __initconst = {
|
||||||
#define imx35_flexcan_data_entry(_id, _hwid) \
|
#define imx35_flexcan_data_entry(_id, _hwid) \
|
||||||
|
@@ -22,16 +22,6 @@
|
|||||||
#define imx_sdhci_esdhc_imx_data_entry(soc, devid, id, hwid) \
|
#define imx_sdhci_esdhc_imx_data_entry(soc, devid, id, hwid) \
|
||||||
[id] = imx_sdhci_esdhc_imx_data_entry_single(soc, devid, id, hwid)
|
[id] = imx_sdhci_esdhc_imx_data_entry_single(soc, devid, id, hwid)
|
||||||
|
|
||||||
#ifdef CONFIG_SOC_IMX25
|
|
||||||
const struct imx_sdhci_esdhc_imx_data
|
|
||||||
imx25_sdhci_esdhc_imx_data[] __initconst = {
|
|
||||||
#define imx25_sdhci_esdhc_imx_data_entry(_id, _hwid) \
|
|
||||||
imx_sdhci_esdhc_imx_data_entry(MX25, "sdhci-esdhc-imx25", _id, _hwid)
|
|
||||||
imx25_sdhci_esdhc_imx_data_entry(0, 1),
|
|
||||||
imx25_sdhci_esdhc_imx_data_entry(1, 2),
|
|
||||||
};
|
|
||||||
#endif /* ifdef CONFIG_SOC_IMX25 */
|
|
||||||
|
|
||||||
#ifdef CONFIG_SOC_IMX35
|
#ifdef CONFIG_SOC_IMX35
|
||||||
const struct imx_sdhci_esdhc_imx_data
|
const struct imx_sdhci_esdhc_imx_data
|
||||||
imx35_sdhci_esdhc_imx_data[] __initconst = {
|
imx35_sdhci_esdhc_imx_data[] __initconst = {
|
||||||
|
Reference in New Issue
Block a user