aboutsummaryrefslogtreecommitdiffstats
path: root/udelay.c
diff options
context:
space:
mode:
Diffstat (limited to 'udelay.c')
-rw-r--r--udelay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/udelay.c b/udelay.c
index 3464ca7..3dafaac 100644
--- a/udelay.c
+++ b/udelay.c
@@ -1,4 +1,4 @@
-/* $Id: udelay.c 728 2007-01-14 11:14:38Z michael $
+/* $Id: udelay.c 789 2007-04-30 04:48:10Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/udelay.c $
*
* short delays
@@ -56,6 +56,7 @@
#include <sys/time.h>
#ifdef HAVE_ASM_MSR_H
+#define u32 unsigned int
#include <asm/msr.h>
#endif