[PATCH] pwm: Fix namespace error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fix namespace error due to typo by replacing USB_STORAGE->PWM.

Fixes: aeb9cedc87a2 ("pwm: Make use of a symbol namespace for the core")
Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
---
 include/linux/pwm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/pwm.h b/include/linux/pwm.h
index c68576067eca..75ad0d2fd949 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(USB_STORAGE);
+MODULE_IMPORT_NS(PWM);
 
 struct pwm_chip;
 
-- 
2.25.1





[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux