27dd65ac9a
Register the PCMCIA driver on all boards supported by it, get rid of now-unused pcmcia macros in the board headers (and subsequently empty pb1100/pb1500 ones). Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 lines
495 B
C
19 lines
495 B
C
#ifndef _DEVBOARD_PLATFORM_H_
|
|
#define _DEVBOARD_PLATFORM_H_
|
|
|
|
#include <linux/init.h>
|
|
|
|
int __init db1x_register_pcmcia_socket(unsigned long pseudo_attr_start,
|
|
unsigned long pseudo_attr_len,
|
|
unsigned long pseudo_mem_start,
|
|
unsigned long pseudo_mem_end,
|
|
unsigned long pseudo_io_start,
|
|
unsigned long pseudo_io_end,
|
|
int card_irq,
|
|
int cd_irq,
|
|
int stschg_irq,
|
|
int eject_irq,
|
|
int id);
|
|
|
|
#endif
|