From: Luke Yelavich luke.yelavich@canonical.com
In my testing of the daily tarball, I am unable to build against 2.6.32. I assume that older kernels would be affected in a similar way.
Signed-off-by: Luke Yelavich luke.yelavich@canonical.com --- include/adriver.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/adriver.h b/include/adriver.h index 1c7e87b..495e640 100644 --- a/include/adriver.h +++ b/include/adriver.h @@ -1566,6 +1566,10 @@ XXX_DEFINE_STRTO(ull, unsigned long long); #define pr_warning(fmt, arg...) \ printk(KERN_WARNING fmt, ##arg) #endif +#ifndef pr_warn +#define pr_warn(fmt, arg...) \ + printk(KERN_WARNING fmt, ##arg) +#endif #ifndef pr_notice #define pr_notice(fmt, arg...) \ printk(KERN_NOTICE fmt, ##arg)