Added vmalloc() include fix for ARM architecture, thanks to Andrea Scian. stable-1.5
authorFlorian Pose <fp@igh-essen.com>
Thu, 06 Dec 2012 15:53:21 +0100
branchstable-1.5
changeset 2483 ec53d873dc5e
parent 2482 06b53ebfa0c3
child 2484 1cf54e2452c4
Added vmalloc() include fix for ARM architecture, thanks to Andrea Scian.
master/ioctl.c
--- a/master/ioctl.c	Thu Dec 06 14:06:10 2012 +0100
+++ b/master/ioctl.c	Thu Dec 06 15:53:21 2012 +0100
@@ -35,6 +35,7 @@
 /*****************************************************************************/
 
 #include <linux/module.h>
+#include <linux/vmalloc.h>
 
 #include "master.h"
 #include "slave_config.h"