aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2012-03-27 05:39:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-03-30 16:41:29 -0300
commita875431dfd357b9b2e95859fe3e380557ddceab1 (patch)
tree78039eb721ea82f963570c4b1400c15e026a919a
parent[media] pwc: poll(): Check that the device has not beem claimed for streaming already (diff)
downloadlinux-dev-a875431dfd357b9b2e95859fe3e380557ddceab1.tar.xz
linux-dev-a875431dfd357b9b2e95859fe3e380557ddceab1.zip
[media] radio-rtrack2: add missing slab.h
Missed this one, this patch should solve this issue: http://www.spinics.net/lists/linux-media/msg45880.html Slab.h was added to all the other isa drivers, but not radio-rtrack2.c. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/radio/radio-rtrack2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-rtrack2.c b/drivers/media/radio/radio-rtrack2.c
index b275c5d0fe9a..b1f844c64fde 100644
--- a/drivers/media/radio/radio-rtrack2.c
+++ b/drivers/media/radio/radio-rtrack2.c
@@ -17,6 +17,7 @@
#include <linux/videodev2.h> /* kernel radio structs */
#include <linux/mutex.h>
#include <linux/io.h> /* outb, outb_p */
+#include <linux/slab.h>
#include <media/v4l2-device.h>
#include <media/v4l2-ioctl.h>
#include "radio-isa.h"