diff mbox series

parisc: lasi: remove unused macro

Message ID 20241008074342.38891-1-bajing@cmss.chinamobile.com (mailing list archive)
State New
Headers show
Series parisc: lasi: remove unused macro | expand

Commit Message

Ba Jing Oct. 8, 2024, 7:43 a.m. UTC
By reading the code, I found the macro LASI_IO_CONF2 is 
never referenced in the code. Just remove it.

Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com>
---
 drivers/parisc/lasi.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/parisc/lasi.c b/drivers/parisc/lasi.c
index 73c93e9cfa51..b387ea7f1c28 100644
--- a/drivers/parisc/lasi.c
+++ b/drivers/parisc/lasi.c
@@ -29,7 +29,6 @@ 
 #define LASI_VER	0xC008	/* LASI Version */
 
 #define LASI_IO_CONF	0x7FFFE	/* LASI primary configuration register */
-#define LASI_IO_CONF2	0x7FFFF	/* LASI secondary configuration register */
 
 static void lasi_choose_irq(struct parisc_device *dev, void *ctrl)
 {