Skip to content

Commit

Permalink
[media] em28xx: Remove unused enum em28xx_io_method
Browse files Browse the repository at this point in the history
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Ezequiel García authored and Mauro Carvalho Chehab committed May 14, 2012
1 parent 959a181 commit 3477e2a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/media/video/em28xx/em28xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -562,7 +555,6 @@ struct em28xx {

/* states */
enum em28xx_dev_state state;
enum em28xx_io_method io;

/* vbi related state tracking */
int capture_type;
Expand Down

0 comments on commit 3477e2a

Please sign in to comment.