projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bfc240
)
staging: udlfb: Add vmalloc.h include
author
Amit Kucheria
<amit.kucheria@canonical.com>
Mon, 27 Jul 2009 09:01:03 +0000
(12:01 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 28 Jul 2009 21:07:11 +0000
(14:07 -0700)
Required for vmalloc_32 and vfree declarations on non-x86 platforms.
Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/udlfb/udlfb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/udlfb/udlfb.c
b/drivers/staging/udlfb/udlfb.c
index 0ab9d15f3439085c4d39bd2d1e5ecab694657a86..f5416af1e902a8a447dcffbbcb47d928deff4e3a 100644
(file)
--- a/
drivers/staging/udlfb/udlfb.c
+++ b/
drivers/staging/udlfb/udlfb.c
@@
-21,6
+21,7
@@
#include <linux/mm.h>
#include <linux/fb.h>
#include <linux/mutex.h>
+#include <linux/vmalloc.h>
#include "udlfb.h"