]> Git Repo - linux.git/commitdiff
[media] omap3isp: Fix build error in ispccdc.c
authorJoerg Roedel <[email protected]>
Tue, 6 Sep 2011 14:02:15 +0000 (11:02 -0300)
committerMauro Carvalho Chehab <[email protected]>
Thu, 22 Sep 2011 01:18:26 +0000 (22:18 -0300)
The following build error occurs with 3.1-rc5:

  CC      drivers/media/video/omap3isp/ispccdc.o

This patch adds the missing 'linux/slab.h' include to fix the problem.

Signed-off-by: Joerg Roedel <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/video/omap3isp/ispccdc.c

index 9d3459de04b2b5f48b6ede40d53468de8ab8a155..80796eb0c53ec020f50afe5acb7d75d7debbe234 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/mm.h>
 #include <linux/sched.h>
+#include <linux/slab.h>
 #include <media/v4l2-event.h>
 
 #include "isp.h"
This page took 0.061479 seconds and 4 git commands to generate.