diff options
author | Jonathan Corbet <corbet@lwn.net> | 2021-11-02 16:02:01 -0600 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-12-06 02:18:39 +0100 |
commit | 019cd8a9e3bcbbf6bac8036a9ae545f7858e0c08 (patch) | |
tree | 6f9849221964a303b7aedc6299cd013d4347fbd0 /include/linux/platform_data | |
parent | 6786e78d6b7a7236df7ded9ae0e09fa1cba950fb (diff) |
ARM: ixp4xx: remove unused header file pata_ixp4xx_cf.h
Commit b00ced38e317 ("ARM: ixp4xx: Delete Avila boardfiles") removed the
last use of <linux/platform_data/pata_ixp4xx_cf.h> but left the header file
in place. Nothing uses this file, delete it now.
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/pata_ixp4xx_cf.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/linux/platform_data/pata_ixp4xx_cf.h b/include/linux/platform_data/pata_ixp4xx_cf.h deleted file mode 100644 index e60fa41da4a5..000000000000 --- a/include/linux/platform_data/pata_ixp4xx_cf.h +++ /dev/null @@ -1,21 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __PLATFORM_DATA_PATA_IXP4XX_H -#define __PLATFORM_DATA_PATA_IXP4XX_H - -#include <linux/types.h> - -/* - * This structure provide a means for the board setup code - * to give information to th pata_ixp4xx driver. It is - * passed as platform_data. - */ -struct ixp4xx_pata_data { - volatile u32 *cs0_cfg; - volatile u32 *cs1_cfg; - unsigned long cs0_bits; - unsigned long cs1_bits; - void __iomem *cmd; - void __iomem *ctl; -}; - -#endif |