[media] em28xx: Remove unused enum em28xx_io_method
authorEzequiel García <elezegarcia@gmail.com>
Sat, 28 Apr 2012 14:09:49 +0000 (11:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 14 May 2012 19:07:25 +0000 (16:07 -0300)
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx.h

index 700feb2..a3f77f6 100644 (file)
@@ -261,13 +261,6 @@ struct em28xx_dmaqueue {
        int                        pos;
 };
 
-/* io methods */
-enum em28xx_io_method {
-       IO_NONE,
-       IO_READ,
-       IO_MMAP,
-};
-
 /* inputs */
 
 #define MAX_EM28XX_INPUT 4
@@ -562,7 +555,6 @@ struct em28xx {
 
        /* states */
        enum em28xx_dev_state state;
-       enum em28xx_io_method io;
 
        /* vbi related state tracking */
        int capture_type;