1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 00:09:01 +03:00

more cosmetic fixes for ar7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8190 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-07-27 03:48:54 +00:00
parent 38d9c42391
commit 1df67d3c22
3 changed files with 3 additions and 4 deletions

View File

@ -166,4 +166,4 @@ static inline void ar7_device_off(u32 bit)
mdelay(20);
}
#endif
#endif /* __AR7_H__ */

View File

@ -24,5 +24,4 @@
extern char *prom_getenv(char *name);
extern void prom_printf(char *fmt, ...);
#endif // __PROM_H__
#endif /* __PROM_H__ */

View File

@ -89,4 +89,4 @@ extern int vlynq_irq_to_virq(struct vlynq_device *dev, int irq);
extern int vlynq_set_local_irq(struct vlynq_device *dev, int virq);
extern int vlynq_set_remote_irq(struct vlynq_device *dev, int virq);
#endif
#endif /* __VLYNQ_H__ */