mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] LoongArch: KVM: Remove useless MODULE macro for MODULE_DEVICE_TABLE
@ 2024-04-02 10:39 Wentao Guan
  2024-04-02 10:43 ` Xi Ruoyao
  2024-04-02 11:21 ` maobibo
  0 siblings, 2 replies; 6+ messages in thread
From: Wentao Guan @ 2024-04-02 10:39 UTC (permalink / raw)
  To: zhaotianrui; +Cc: loongarch, linux-kernel, Wentao Guan, Yuli Wang

MODULE_DEVICE_TABLE use ifdef MODULE macro in module.h,
just clean it up.

Suggested-by: Yuli Wang <wangyuli@uniontech.com>
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
---
 arch/loongarch/kvm/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/loongarch/kvm/main.c b/arch/loongarch/kvm/main.c
index 86a2f2d0cb27..7f2bd9a0814c 100644
--- a/arch/loongarch/kvm/main.c
+++ b/arch/loongarch/kvm/main.c
@@ -410,10 +410,8 @@ static void kvm_loongarch_exit(void)
 module_init(kvm_loongarch_init);
 module_exit(kvm_loongarch_exit);
 
-#ifdef MODULE
 static const struct cpu_feature kvm_feature[] = {
 	{ .feature = cpu_feature(LOONGARCH_LVZ) },
 	{},
 };
 MODULE_DEVICE_TABLE(cpu, kvm_feature);
-#endif
-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-02 14:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02 10:39 [PATCH] LoongArch: KVM: Remove useless MODULE macro for MODULE_DEVICE_TABLE Wentao Guan
2024-04-02 10:43 ` Xi Ruoyao
2024-04-02 10:45   ` Wentao Guan
2024-04-02 14:39     ` Huacai Chen
2024-04-02 11:21 ` maobibo
     [not found]   ` <tencent_0ED20EAF678A7C93309EA4F6@qq.com>
2024-04-02 13:06     ` maobibo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®