On Sat, May 01, 2010 at 03:28:30PM +0200, Sven Eckelmann wrote:
Andrew Lunn wrote:
diff --git a/device.c b/device.c index 5f7655b..b2ecba2 100644 --- a/device.c +++ b/device.c @@ -20,6 +20,7 @@ */
#include <linux/device.h> +#include <linux/slab.h> #include "main.h" #include "device.h" #include "send.h" @@ -27,8 +28,6 @@ #include "hash.h" #include "hard-interface.h"
-#include "compat.h"
static struct class *batman_class;
static int Major; /* Major number assigned to our device driver */
Can you explain why it is here ok to remove compat.h in maint?
It is not. My error. I will fix this.
Andrew