MIPS: Alchemy: devboards: wire up new PCMCIA driver.
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>
This commit is contained in:

committed by
Ralf Baechle

parent
66213b3ccf
commit
27dd65ac9a
18
arch/mips/alchemy/devboards/platform.h
Normal file
18
arch/mips/alchemy/devboards/platform.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#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
|
Reference in New Issue
Block a user