diff vidix/pci.c @ 34653:958431e2cde0

Make inline keyword handling consistent. Replace __inline__ and __inline by inline and move it after the static keyword.
author diego
date Sun, 19 Feb 2012 15:21:28 +0000
parents 0553c67e2f83
children 3c5c93a30fb7
line wrap: on
line diff
--- a/vidix/pci.c	Sun Feb 19 15:21:23 2012 +0000
+++ b/vidix/pci.c	Sun Feb 19 15:21:28 2012 +0000
@@ -104,7 +104,7 @@
 
 static unsigned char *pciConfBase;
 
-static __inline__ unsigned long
+static inline unsigned long
 static swapl(unsigned long val)
 {
 	unsigned char *p = (unsigned char *)&val;