projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9b2eb
)
[media] omap3isp: Fix build error in ispccdc.c
author
Joerg Roedel
<joerg.roedel@amd.com>
Tue, 6 Sep 2011 14:02:15 +0000
(11:02 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
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 <joerg.roedel@amd.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap3isp/ispccdc.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/omap3isp/ispccdc.c
b/drivers/media/video/omap3isp/ispccdc.c
index
9d3459d
..
80796eb
100644
(file)
--- a/
drivers/media/video/omap3isp/ispccdc.c
+++ b/
drivers/media/video/omap3isp/ispccdc.c
@@
-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"