aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-aztech.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/radio/radio-aztech.c')
-rw-r--r--drivers/media/radio/radio-aztech.c1
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 @@
21#include <linux/delay.h> /* udelay */ 21#include <linux/delay.h> /* udelay */
22#include <linux/videodev2.h> /* kernel radio structs */ 22#include <linux/videodev2.h> /* kernel radio structs */
23#include <linux/io.h> /* outb, outb_p */ 23#include <linux/io.h> /* outb, outb_p */
24#include <linux/slab.h>
24#include <media/v4l2-device.h> 25#include <media/v4l2-device.h>
25#include <media/v4l2-ioctl.h> 26#include <media/v4l2-ioctl.h>
26#include <media/v4l2-ctrls.h> 27#include <media/v4l2-ctrls.h>