diff options
| author | Mark Brown <broonie@kernel.org> | 2024-12-09 12:50:45 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-12-09 12:50:45 +0000 |
| commit | 1331fb6640440f42a709eafd5c802f3496f746b8 (patch) | |
| tree | 01fd6f6cf36155fe188aed05db07a030f509ac00 /include/linux/pwm.h | |
| parent | a308f9e47fc2377863f0f561ceedd45ccc7c7f9c (diff) | |
| parent | fac04efc5c793dccbd07e2d59af9f90b7fc0dca4 (diff) | |
| download | linux-next-1331fb6640440f42a709eafd5c802f3496f746b8.tar.gz linux-next-1331fb6640440f42a709eafd5c802f3496f746b8.zip | |
regmap: Merge up v6.12-rc2
This has fixes for several boards which help my testing a lot.
Diffstat (limited to 'include/linux/pwm.h')
| -rw-r--r-- | include/linux/pwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pwm.h b/include/linux/pwm.h index 78827f312407..6853e29d9674 100644 --- a/include/linux/pwm.h +++ b/include/linux/pwm.h @@ -8,7 +8,7 @@ #include <linux/mutex.h> #include <linux/of.h> -MODULE_IMPORT_NS(PWM); +MODULE_IMPORT_NS("PWM"); struct pwm_chip; |
