diff options
Diffstat (limited to 'drivers/pwm/pwm_th1520.rs')
| -rw-r--r-- | drivers/pwm/pwm_th1520.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm_th1520.rs b/drivers/pwm/pwm_th1520.rs index b2d83c121c5c..955c359b07fb 100644 --- a/drivers/pwm/pwm_th1520.rs +++ b/drivers/pwm/pwm_th1520.rs @@ -378,7 +378,7 @@ impl platform::Driver for Th1520PwmPlatformDriver { } } -kernel::module_platform_driver! { +kernel::module_pwm_platform_driver! { type: Th1520PwmPlatformDriver, name: "pwm-th1520", authors: ["Michal Wilczynski <m.wilczynski@samsung.com>"], |