[PATCH] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()

[email protected]
Newsgroups org.kernel.vger.linux-parisc,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
From 3b7e5273ab695749b1851f1d3f3f2bebcfa5814c Mon Sep 17 00:00:00 2001
From: jean delu <[email protected]>
Date: Sat, 8 Aug 2026 13:56:32 +0200
Subject: [PATCH] parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()

drivers/parisc/eisa_eeprom.c is a standalone module (it has
MODULE_LICENSE() and module_init()) but is missing the
MODULE_DESCRIPTION() macro, so modpost emits a warning about it.
Add the missing description.

Signed-off-by: jean delu <[email protected]>
---
drivers/parisc/eisa_eeprom.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/parisc/eisa_eeprom.c b/drivers/parisc/eisa_eeprom.c
index 601cbb225..adc3c7e82 100644
--- a/drivers/parisc/eisa_eeprom.c
+++ b/drivers/parisc/eisa_eeprom.c
@@ -94,6 +94,7 @@ static int __init eisa_eeprom_init(void)
return 0;
}
 
+MODULE_DESCRIPTION("EISA eeprom misc driver");
MODULE_LICENSE("GPL");
 
module_init(eisa_eeprom_init);
-- 
2.47.3
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.