diff options
-rw-r--r-- | drivers/media/video/zr36050.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/zr36050.c b/drivers/media/video/zr36050.c index a6bbd125631c..9f622e00c479 100644 --- a/drivers/media/video/zr36050.c +++ b/drivers/media/video/zr36050.c | |||
@@ -38,14 +38,14 @@ | |||
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 | /* headerfile of this module */ | 44 | /* headerfile of this module */ |
45 | #include"zr36050.h" | 45 | #include "zr36050.h" |
46 | 46 | ||
47 | /* codec io API */ | 47 | /* codec io API */ |
48 | #include"videocodec.h" | 48 | #include "videocodec.h" |
49 | 49 | ||
50 | /* it doesn't make sense to have more than 20 or so, | 50 | /* it doesn't make sense to have more than 20 or so, |
51 | just to prevent some unwanted loops */ | 51 | just to prevent some unwanted loops */ |