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

Configure Feed

Select the types of activity you want to include in your feed.

media: imon: Remove unused defines

These defines were used for devices now supported by the imon_raw
driver.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Sean Young and committed by
Hans Verkuil
a75b8d19 7019553a

-5
-5
drivers/media/rc/imon.c
··· 39 39 #define DISPLAY_MINOR_BASE 144 40 40 #define DEVICE_NAME "lcd%d" 41 41 42 - #define BUF_CHUNK_SIZE 8 43 - #define BUF_SIZE 128 44 - 45 - #define BIT_DURATION 250 /* each bit received is 250us */ 46 - 47 42 #define IMON_CLOCK_ENABLE_PACKETS 2 48 43 49 44 /*** P R O T O T Y P E S ***/