more cosmetic fixes for ar7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8190 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2007-07-27 03:48:54 +00:00
parent c5324085bf
commit e4a6d27482
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__ */