Commit e7039fa3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] Zorro include guards

Zorro: Make closing include guards consistent with opening include guards
parent f3f72ed2
......@@ -42,4 +42,4 @@ extern inline void *z_remap_fullcache(unsigned long physaddr,
#define z_iounmap iounmap
#define z_ioremap z_remap_nocache_ser
#endif /* _ASM_ZORRO_H */
#endif /* _ASM_M68K_ZORRO_H */
......@@ -27,4 +27,4 @@ extern void *__ioremap(unsigned long address, unsigned long size,
#define z_ioremap ioremap
#define z_iounmap iounmap
#endif /* _ASM_ZORRO_H */
#endif /* _ASM_PPC_ZORRO_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment