patch-2.4.25 linux-2.4.25/include/asm-m68k/zorro.h
Next file: linux-2.4.25/include/asm-mips/asm.h
Previous file: linux-2.4.25/include/asm-m68k/virtconvert.h
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
2004-02-18 05:36:32.000000000 -0800
- Orig file:
linux-2.4.24/include/asm-m68k/zorro.h
- Orig date:
2003-06-13 07:51:38.000000000 -0700
diff -urN linux-2.4.24/include/asm-m68k/zorro.h linux-2.4.25/include/asm-m68k/zorro.h
@@ -15,25 +15,25 @@
#define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c))
#define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c))
-extern inline void *z_remap_nocache_ser(unsigned long physaddr,
- unsigned long size)
+static inline void *z_remap_nocache_ser(unsigned long physaddr,
+ unsigned long size)
{
return __ioremap(physaddr, size, IOMAP_NOCACHE_SER);
}
-extern inline void *z_remap_nocache_nonser(unsigned long physaddr,
- unsigned long size)
+static inline void *z_remap_nocache_nonser(unsigned long physaddr,
+ unsigned long size)
{
return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER);
}
-extern inline void *z_remap_writethrough(unsigned long physaddr,
- unsigned long size)
+static inline void *z_remap_writethrough(unsigned long physaddr,
+ unsigned long size)
{
return __ioremap(physaddr, size, IOMAP_WRITETHROUGH);
}
-extern inline void *z_remap_fullcache(unsigned long physaddr,
- unsigned long size)
+static inline void *z_remap_fullcache(unsigned long physaddr,
+ unsigned long size)
{
return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
}
@@ -42,4 +42,4 @@
#define z_iounmap iounmap
#define z_ioremap z_remap_nocache_ser
-#endif /* _ASM_ZORRO_H */
+#endif /* _ASM_M68K_ZORRO_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)