summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-isa.c
diff options
context:
space:
mode:
authorHans Verkuil2012-02-29 09:50:27 +0100
committerMauro Carvalho Chehab2012-03-19 15:25:12 +0100
commit9f1dfccf6607822f556698f0940ead57e6e42d5f (patch)
tree3e353da708e5a26c643db37d055a9286fb13d7ab /drivers/media/radio/radio-isa.c
parent[media] stb0899: fixed reading of IF_AGC_GAIN register (diff)
downloadkernel-qcow2-linux-9f1dfccf6607822f556698f0940ead57e6e42d5f.tar.gz
kernel-qcow2-linux-9f1dfccf6607822f556698f0940ead57e6e42d5f.tar.xz
kernel-qcow2-linux-9f1dfccf6607822f556698f0940ead57e6e42d5f.zip
[media] Add missing slab.h to fix linux-next compile errors
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Reported-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/radio-isa.c')
-rw-r--r--drivers/media/radio/radio-isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-isa.c b/drivers/media/radio/radio-isa.c
index 02bcead8b087..06f906351fad 100644
--- a/drivers/media/radio/radio-isa.c
+++ b/drivers/media/radio/radio-isa.c
@@ -26,6 +26,7 @@
#include <linux/delay.h>
#include <linux/videodev2.h>
#include <linux/io.h>
+#include <linux/slab.h>
#include <media/v4l2-device.h>
#include <media/v4l2-ioctl.h>
#include <media/v4l2-fh.h>