lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241008074342.38891-1-bajing@cmss.chinamobile.com>
Date: Tue,  8 Oct 2024 15:43:42 +0800
From: Ba Jing <bajing@...s.chinamobile.com>
To: James.Bottomley@...senPartnership.com
Cc: deller@....de,
	linux-parisc@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Ba Jing <bajing@...s.chinamobile.com>
Subject: [PATCH] parisc: lasi: remove unused macro

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@...s.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




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ