]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[media] radio-rtrack2: add missing slab.h
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 27 Mar 2012 08:39:21 +0000 (05:39 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 30 Mar 2012 19:41:29 +0000 (16:41 -0300)
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>
drivers/media/radio/radio-rtrack2.c

index b275c5d0fe9ac83cdc20d54654ae5884861c48ce..b1f844c64fdeddad89a8c58e47b63d3d91936a4c 100644 (file)
@@ -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"