mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: rt288x: don't register the PCI controller on each board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30574 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user