aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-dwc-core.c
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2024-12-03 10:21:07 +0000
committerLinus Torvalds <[email protected]>2024-12-03 16:22:25 +0000
commitceb8bf2ceaa77fe222fe8fe32cb7789c9099ddf1 (patch)
tree9cef7be8e703eee32a996c692fd770458274af1b /drivers/pwm/pwm-dwc-core.c
parentdoc: module: revert misconversions for MODULE_IMPORT_NS() (diff)
downloadkernel-ceb8bf2ceaa77fe222fe8fe32cb7789c9099ddf1.tar.gz
kernel-ceb8bf2ceaa77fe222fe8fe32cb7789c9099ddf1.zip
module: Convert default symbol namespace to string literal
Commit cdd30ebb1b9f ("module: Convert symbol namespace to string literal") only converted MODULE_IMPORT_NS() and EXPORT_SYMBOL_NS(), leaving DEFAULT_SYMBOL_NAMESPACE as a macro expansion. This commit converts DEFAULT_SYMBOL_NAMESPACE in the same way to avoid annoyance for the default namespace as well. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Uwe Kleine-König <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-dwc-core.c')
-rw-r--r--drivers/pwm/pwm-dwc-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-dwc-core.c b/drivers/pwm/pwm-dwc-core.c
index c8425493b95d..6dabec93a3c6 100644
--- a/drivers/pwm/pwm-dwc-core.c
+++ b/drivers/pwm/pwm-dwc-core.c
@@ -9,7 +9,7 @@
* Author: Raymond Tan <[email protected]>
*/
-#define DEFAULT_SYMBOL_NAMESPACE dwc_pwm
+#define DEFAULT_SYMBOL_NAMESPACE "dwc_pwm"
#include <linux/bitops.h>
#include <linux/export.h>