Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michal Piotrowski and committed by
Mauro Carvalho Chehab
f518b43c b9758dfe

+2 -2
+2 -2
drivers/media/video/zr36016.c
··· 38 38 #include<linux/videodev.h> */ 39 39 40 40 /* I/O commands, error codes */ 41 - #include<asm/io.h> 41 + #include <asm/io.h> 42 42 //#include<errno.h> 43 43 44 44 /* v4l API */ 45 - #include<linux/videodev.h> 45 + #include <linux/videodev.h> 46 46 47 47 /* headerfile of this module */ 48 48 #include"zr36016.h"