diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2012-02-29 09:50:27 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-19 15:25:12 +0100 |
commit | 9f1dfccf6607822f556698f0940ead57e6e42d5f (patch) | |
tree | 3e353da708e5a26c643db37d055a9286fb13d7ab /drivers/media/radio/radio-aztech.c | |
parent | [media] stb0899: fixed reading of IF_AGC_GAIN register (diff) | |
download | linux-9f1dfccf6607822f556698f0940ead57e6e42d5f.tar.xz 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-aztech.c')
-rw-r--r-- | drivers/media/radio/radio-aztech.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c index 8117fdf9ed4d..177bcbd7a7c1 100644 --- a/drivers/media/radio/radio-aztech.c +++ b/drivers/media/radio/radio-aztech.c @@ -21,6 +21,7 @@ #include <linux/delay.h> /* udelay */ #include <linux/videodev2.h> /* kernel radio structs */ #include <linux/io.h> /* outb, outb_p */ +#include <linux/slab.h> #include <media/v4l2-device.h> #include <media/v4l2-ioctl.h> #include <media/v4l2-ctrls.h> |