]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sh: push-switch: Add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Tue, 2 Jul 2024 19:29:38 +0000 (12:29 -0700)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Tue, 16 Jul 2024 15:52:36 +0000 (17:52 +0200)
commit8fe76a1c2264a02155895cda9f97a6a5a9b97d91
tree4242f0130593354095ff83e236d22ec99759295d
parent6887a9ace00413c9538261b13e07b22cc13cf099
sh: push-switch: Add missing MODULE_DESCRIPTION() macro

Fixes the following warning when building allmodconfig with W=1 C=1:

WARNING: modpost: missing MODULE_DESCRIPTION() in arch/sh/drivers/push-switch.o

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/20240702-md-sh-arch-sh-drivers-v1-1-2c5d439a5479@quicinc.com
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/drivers/push-switch.c