]> git.webhop.me Git - lcd4linux.git/commitdiff
patch from FoX that fixes compilation with kernel 2.6.21
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sat, 28 Apr 2007 04:53:30 +0000 (04:53 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sat, 28 Apr 2007 04:53:30 +0000 (04:53 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@787 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

udelay.c

index 2c1bf711a584c1184496b5baa76306863c6684f3..ac929872eb7c64342c1c86fb0bbd002a18591e4a 100644 (file)
--- a/udelay.c
+++ b/udelay.c
@@ -56,6 +56,7 @@
 #include <sys/time.h>
 
 #ifdef HAVE_ASM_MSR_H
+#define u32 unsigned int
 #include <asm/msr.h>
 #endif