Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3477e2ab authored by Ezequiel García's avatar Ezequiel García Committed by Mauro Carvalho Chehab
Browse files

[media] em28xx: Remove unused enum em28xx_io_method

parent 959a1816
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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;