From: michael Date: Sat, 28 Apr 2007 04:53:30 +0000 (+0000) Subject: patch from FoX that fixes compilation with kernel 2.6.21 X-Git-Tag: svn1203~387 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=7960cc8934ddced328104746632d1f400ecc26b9;p=lcd4linux.git patch from FoX that fixes compilation with kernel 2.6.21 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@787 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/udelay.c b/udelay.c index 2c1bf71..ac92987 100644 --- a/udelay.c +++ b/udelay.c @@ -56,6 +56,7 @@ #include #ifdef HAVE_ASM_MSR_H +#define u32 unsigned int #include #endif