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: <c2e7de3d-1b94-49cd-a199-8b98d76ac804@p183>
Date:   Wed, 9 Aug 2023 19:44:36 +0300
From:   Alexey Dobriyan <adobriyan@...il.com>
To:     peterz@...radead.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] perf/x86: delete 2 unused forward declarations

Maybe those were necessary at some point, but they aren't necessary
any longer.

Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---

 arch/x86/events/core.c |    3 ---
 1 file changed, 3 deletions(-)

--- a/arch/x86/events/core.c
+++ b/arch/x86/events/core.c
@@ -1995,9 +1995,6 @@ ssize_t x86_event_sysfs_show(char *page, u64 config, u64 event)
 	return ret;
 }
 
-static struct attribute_group x86_pmu_attr_group;
-static struct attribute_group x86_pmu_caps_group;
-
 static void x86_pmu_static_call_update(void)
 {
 	static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ