]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol namespace
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Tue, 3 Dec 2024 17:31:49 +0000 (18:31 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 14 Dec 2024 16:00:44 +0000 (08:00 -0800)
commit2505f87eb3af55f3dd7f57d7cb7783b94b52a2d9
tree73d0b612aefa3fd67523530cd9b825775bac7f2c
parent339bca4ffdaa7267b1597e634ac6002a133ad7b8
hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol namespace

DEFAULT_SYMBOL_NAMESPACE must already be defined when <linux/export.h>
is included. So move the define above the include block.

Fixes: c3963bc0a0cf ("hwmon: (nct6775) Split core and platform driver")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nct6775-core.c