patch-2.4.8 linux/include/linux/byteorder/swabb.h

Next file: linux/include/linux/dcache.h
Previous file: linux/include/linux/byteorder/swab.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.7/linux/include/linux/byteorder/swabb.h linux/include/linux/byteorder/swabb.h
@@ -92,29 +92,29 @@
 #endif /* OPTIMIZE */
 
 
-extern __inline__ __const__ __u32 __fswahw32(__u32 x)
+static __inline__ __const__ __u32 __fswahw32(__u32 x)
 {
 	return __arch__swahw32(x);
 }
-extern __inline__ __u32 __swahw32p(__u32 *x)
+static __inline__ __u32 __swahw32p(__u32 *x)
 {
 	return __arch__swahw32p(x);
 }
-extern __inline__ void __swahw32s(__u32 *addr)
+static __inline__ void __swahw32s(__u32 *addr)
 {
 	__arch__swahw32s(addr);
 }
 
 
-extern __inline__ __const__ __u32 __fswahb32(__u32 x)
+static __inline__ __const__ __u32 __fswahb32(__u32 x)
 {
 	return __arch__swahb32(x);
 }
-extern __inline__ __u32 __swahb32p(__u32 *x)
+static __inline__ __u32 __swahb32p(__u32 *x)
 {
 	return __arch__swahb32p(x);
 }
-extern __inline__ void __swahb32s(__u32 *addr)
+static __inline__ void __swahb32s(__u32 *addr)
 {
 	__arch__swahb32s(addr);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)