From: Sean Young Date: Wed, 16 Jul 2025 14:24:54 +0000 (+0100) Subject: media: imon: Remove unused defines X-Git-Tag: v6.18-rc1~133^2~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a75b8d198c55e9eb5feb6f6e155496305caba2dc;p=thirdparty%2Flinux.git media: imon: Remove unused defines These defines were used for devices now supported by the imon_raw driver. Signed-off-by: Sean Young Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c index 8275ca5e9b6f5..91d05aadced3a 100644 --- a/drivers/media/rc/imon.c +++ b/drivers/media/rc/imon.c @@ -39,11 +39,6 @@ #define DISPLAY_MINOR_BASE 144 #define DEVICE_NAME "lcd%d" -#define BUF_CHUNK_SIZE 8 -#define BUF_SIZE 128 - -#define BIT_DURATION 250 /* each bit received is 250us */ - #define IMON_CLOCK_ENABLE_PACKETS 2 /*** P R O T O T Y P E S ***/