Message ID | 20241008074342.38891-1-bajing@cmss.chinamobile.com (mailing list archive) |
---|---|
State | Rejected, archived |
Headers | show |
Series | parisc: lasi: remove unused macro | expand |
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) {
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(-)