[PATCH] parisc: lasi: remove unused macro

From: Ba Jing
Date: Tue Oct 08 2024 - 22:49:11 EST


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@xxxxxxxxxxxxxxxxxxxx>
---
drivers/parisc/lasi.c | 1 -
1 file changed, 1 deletion(-)

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)
{
--
2.33.0