diff options
author | Amit Kucheria <amit.kucheria@canonical.com> | 2009-07-27 12:01:03 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-07-28 14:07:11 -0700 |
commit | fb29900217bd89370974870d47cab07bad3e5ac4 (patch) | |
tree | 61dcc37c1a0de8a9926a72d0fd3153ed70061e1a /drivers/staging | |
parent | 0bfc240575acb8769d0be78facedabd8e3d2c33a (diff) |
staging: udlfb: Add vmalloc.h include
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/udlfb/udlfb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/udlfb/udlfb.c b/drivers/staging/udlfb/udlfb.c index 0ab9d15f343..f5416af1e90 100644 --- 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" |