diff options
author | Michal Piotrowski <michal.k.k.piotrowski@gmail.com> | 2007-08-21 11:36:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:06:07 -0400 |
commit | f518b43c452fb2dbe98ee211abfc63cf421927ab (patch) | |
tree | ee878fa941d5028d5ec2161abd5134f2eafc3d47 /drivers/media/video/zr36016.c | |
parent | b9758dfe0a2065f6fe3a484cc26886960aa847c1 (diff) |
V4L/DVB (6078): Coding style fix drivers/media/video/zr36016.c
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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" |