summaryrefslogtreecommitdiff
path: root/include/pcmcia/soc_common.h
AgeCommit message (Collapse)AuthorFilesLines
2022-04-19ARM: pxa: move pcmcia board data into mach-pxaArnd Bergmann1-0/+125
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>