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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240826032344.4012452-1-cuigaosheng1@huawei.com>
Date: Mon, 26 Aug 2024 11:23:44 +0800
From: Gaosheng Cui <cuigaosheng1@...wei.com>
To: <sebastian.hesselbarth@...il.com>, <cuigaosheng1@...wei.com>
CC: <netdev@...r.kernel.org>
Subject: [PATCH -next] MIPS: Remove obsoleted declaration for mv64340_irq_init

The mv64340_irq_init() have been removed since
commit 688b3d720820 ("[MIPS] Delete Ocelot 3 support."), and now
it is useless, so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@...wei.com>
---
 include/linux/mv643xx.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/mv643xx.h b/include/linux/mv643xx.h
index 000b126acfb6..a7975c16d13f 100644
--- a/include/linux/mv643xx.h
+++ b/include/linux/mv643xx.h
@@ -916,6 +916,4 @@
 #define MV64340_SERIAL_INIT_CONTROL                                 0xf328
 #define MV64340_SERIAL_INIT_STATUS                                  0xf32c
 
-extern void mv64340_irq_init(unsigned int base);
-
 #endif /* __ASM_MV643XX_H */
-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ