Skip to content

Commit

Permalink
staging: udlfb: Add vmalloc.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Amit Kucheria authored and Greg Kroah-Hartman committed Jul 28, 2009
1 parent 0bfc240 commit fb29900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/udlfb/udlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/mm.h>
#include <linux/fb.h>
#include <linux/mutex.h>
#include <linux/vmalloc.h>

#include "udlfb.h"

Expand Down

0 comments on commit fb29900

Please sign in to comment.