2
0
forked from Ivasoft/openwrt

ramips: rt288x: don't register the PCI controller on each board

SVN-Revision: 30574
This commit is contained in:
Gabor Juhos
2012-02-16 08:17:52 +00:00
parent f8a56dc8df
commit b4af07d5c0
3 changed files with 8 additions and 3 deletions

View File

@@ -66,4 +66,10 @@ static inline u32 rt288x_memc_rr(unsigned reg)
void rt288x_gpio_init(u32 mode);
#ifdef CONFIG_PCI
int rt288x_register_pci(void);
#else
static inline int rt288x_register_pci(void) { return 0; }
#endif /* CONFIG_PCI */
#endif /* _RT228X_H_ */