[PATCH] parisc: lasi: remove unused macro

Ba Jing posted 1 patch 1 month, 2 weeks ago
drivers/parisc/lasi.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] parisc: lasi: remove unused macro
Posted by Ba Jing 1 month, 2 weeks ago
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 --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