aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2020-05-28 22:57:40 +0200
committerArnd Bergmann <[email protected]>2022-04-19 21:34:05 +0200
commitb83deaa741558babf4b8d51d34f6637ccfff1b26 (patch)
tree6d938863f8314383f9363461256530cb25879737 /include/linux/platform_data
parent2548e6c76ebfae09f25f941ae172535cc918c906 (diff)
ARM: pxa: move pcmcia board data into mach-pxa
The drivers/pcmcia/pxa2xx_*.c are essentially part of the board files, but for historic reasons located in drivers/pcmcia. Move them into the same place as the actual board file to avoid lots of machine header inclusions. Cc: Marek Vasut <[email protected]> Cc: Dominik Brodowski <[email protected]> Cc: Jonathan Cameron <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/pcmcia-pxa2xx_viper.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/platform_data/pcmcia-pxa2xx_viper.h b/include/linux/platform_data/pcmcia-pxa2xx_viper.h
deleted file mode 100644
index a23b58aff9e1..000000000000
--- a/include/linux/platform_data/pcmcia-pxa2xx_viper.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ARCOM_PCMCIA_H
-#define __ARCOM_PCMCIA_H
-
-struct arcom_pcmcia_pdata {
- int cd_gpio;
- int rdy_gpio;
- int pwr_gpio;
- void (*reset)(int state);
-};
-
-#endif