Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb299002 authored by Amit Kucheria's avatar Amit Kucheria Committed by Greg Kroah-Hartman
Browse files

staging: udlfb: Add vmalloc.h include



Required for vmalloc_32 and vfree declarations on non-x86 platforms.

Signed-off-by: default avatarAmit Kucheria <amit.kucheria@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0bfc2405
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <linux/mm.h>
#include <linux/fb.h>
#include <linux/mutex.h>
#include <linux/vmalloc.h>

#include "udlfb.h"