1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 09:22:00 +03:00

ramips: rt3883: remove a stray character from rt3883.h

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30575 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-02-16 08:17:53 +00:00
parent d81767c119
commit 9e8e8b51d6

View File

@ -149,7 +149,6 @@ void rt3883_pci_set_plat_dev_init(int (*f)(struct pci_dev *));
#else #else
static inline void rt3883_pci_init(unsigned mode) {} static inline void rt3883_pci_init(unsigned mode) {}
static inline void rt3883_pci_set_plat_dev_init(int (*f)(struct pci_dev *)) {} static inline void rt3883_pci_set_plat_dev_init(int (*f)(struct pci_dev *)) {}
}
#endif /* CONFIG_PCI */ #endif /* CONFIG_PCI */
#endif /* _RT3883_H_ */ #endif /* _RT3883_H_ */