diff options
Diffstat (limited to 'drivers/media/video/zr36016.c')
-rw-r--r-- | drivers/media/video/zr36016.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/zr36016.c b/drivers/media/video/zr36016.c index 62f77584fb85..dd084555da8f 100644 --- a/drivers/media/video/zr36016.c +++ b/drivers/media/video/zr36016.c | |||
@@ -38,11 +38,11 @@ | |||
38 | #include<linux/videodev.h> */ | 38 | #include<linux/videodev.h> */ |
39 | 39 | ||
40 | /* I/O commands, error codes */ | 40 | /* I/O commands, error codes */ |
41 | #include<asm/io.h> | 41 | #include <asm/io.h> |
42 | //#include<errno.h> | 42 | //#include<errno.h> |
43 | 43 | ||
44 | /* v4l API */ | 44 | /* v4l API */ |
45 | #include<linux/videodev.h> | 45 | #include <linux/videodev.h> |
46 | 46 | ||
47 | /* headerfile of this module */ | 47 | /* headerfile of this module */ |
48 | #include"zr36016.h" | 48 | #include"zr36016.h" |