summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/viper-pcmcia.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: pxa: move pcmcia board data into mach-pxaArnd Bergmann2022-04-191-0/+12
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 <marek.vasut@gmail.com> Cc: Dominik Brodowski <linux@dominikbrodowski.net> Cc: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>