diff options
author | Michal Piotrowski <michal.k.k.piotrowski@gmail.com> | 2007-08-21 17:34:48 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-10 03:06:06 +0200 |
commit | b9758dfe0a2065f6fe3a484cc26886960aa847c1 (patch) | |
tree | 1851e61122f2c6d81adc660ae0bb57019f2484d5 /drivers | |
parent | V4L/DVB (6076): Coding style fix drivers/media/video/zr36060.c (diff) | |
download | linux-b9758dfe0a2065f6fe3a484cc26886960aa847c1.tar.xz linux-b9758dfe0a2065f6fe3a484cc26886960aa847c1.zip |
V4L/DVB (6077): Coding style fix drivers/media/video/zr36050.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')
-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 @@ #include<linux/videodev.h> */ /* I/O commands, error codes */ -#include<asm/io.h> +#include <asm/io.h> //#include<errno.h> /* headerfile of this module */ -#include"zr36050.h" +#include "zr36050.h" /* codec io API */ -#include"videocodec.h" +#include "videocodec.h" /* it doesn't make sense to have more than 20 or so, just to prevent some unwanted loops */ |