]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Cc: Greg KH <greg@kroah.com>
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 16 Jul 2011 13:31:08 +0000 (23:31 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 05:05:18 +0000 (15:05 +1000)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/staging/solo6x10/enc.c
drivers/staging/solo6x10/g723.c

index 285f7f3500626a459aa0391b4a8a97bbda48cf89..de502599bb197a7ac3481174955779cae0e21048 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/slab.h>
 #include "solo6x10.h"
 #include "osd-font.h"
 
index bd8eb92c94b1584cea9120ba6b0de06b5de3e318..59274bfca95bf53182f2800aae636ad0d91a7725 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/mempool.h>
 #include <linux/poll.h>
 #include <linux/kthread.h>
+#include <linux/slab.h>
 #include <linux/freezer.h>
 #include <sound/core.h>
 #include <sound/initval.h>