]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
alpha allmodconfig:
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 26 Jul 2011 10:14:50 +0000 (20:14 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 27 Jul 2011 03:26:50 +0000 (13:26 +1000)
drivers/staging/solo6x10/core.c:140: error: implicit declaration of function 'kzalloc'

Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/staging/solo6x10/core.c

index 76779949f141bbd81d0be64ee5334768278430cd..f974f6412ad7303b72f85374a0f3d0e94cdacf0d 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <linux/interrupt.h>
+#include <linux/slab.h>
 #include <linux/videodev2.h>
 #include "solo6x10.h"
 #include "tw28.h"