hwmon: (sg2042) Add back module description/author tags
authorArnd Bergmann <arnd@arndb.de>
Wed, 5 Feb 2025 12:14:08 +0000 (13:14 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 7 Feb 2025 02:51:18 +0000 (18:51 -0800)
commit89cb3ca56cb3192ebd07a2d8eb62e857a42cf83f
tree9202d1ff0351e0138402704a8d92ba4cd808cb22
parentbfbb730c4255e1965d202f48e7aa71baa9a7c65b
hwmon: (sg2042) Add back module description/author tags

A previous code reorganization inadvertently dropped the two tags,
which leads to a "make W=1" warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hwmon/sg2042-mcu.o

Add these back.

Fixes: cd4db38c4368 ("hwmon: (sg2042) Use per-client debugfs entry")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20250205121419.373464-1-arnd@kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sg2042-mcu.c