From: Oliver Neukum Date: Thu, 5 Mar 2026 10:28:34 +0000 (+0100) Subject: usb: image: microtek: remove unused macro X-Git-Tag: v7.1-rc1~82^2~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0c4a4f04cbd4126311e2056d553c8c953d112d;p=thirdparty%2Flinux.git usb: image: microtek: remove unused macro No users left. Remove it. Signed-off-by: Oliver Neukum Link: https://patch.msgid.link/20260305102905.2392512-4-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/image/microtek.c b/drivers/usb/image/microtek.c index 4de1de31681a..cd68aa27639e 100644 --- a/drivers/usb/image/microtek.c +++ b/drivers/usb/image/microtek.c @@ -175,8 +175,6 @@ static struct usb_driver mts_usb_driver = { printk( KERN_ERR MTS_NAME x ) #define MTS_INT_ERROR(x...) \ MTS_ERROR(x) -#define MTS_MESSAGE(x...) \ - printk( KERN_INFO MTS_NAME x ) #if defined MTS_DO_DEBUG