VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Tomasz Figa <t.figa@samsung.com> 2013-04-23 17:46:24 +0200 committer: Olof Johansson <olof@lixom.net> 2013-04-28 12:16:46 -0700 commit: 7aac482e6290ab7ad21809e0c7327be959a2203e parent: 77d844344952934baf2902cf6f1ac870dc1b4d7a
Commit Summary:
clocksource: samsung_pwm_timer: Make PWM spinlock global
Diffstat:
1 file changed, 2 insertions, 0 deletions
diff --git a/include/clocksource/samsung_pwm.h b/include/clocksource/samsung_pwm.h
index eff8668da252..399d2414734f 100644
--- a/include/clocksource/samsung_pwm.h
+++ b/include/clocksource/samsung_pwm.h
@@ -23,6 +23,8 @@
 struct platform_device;
 struct device_node;
 
+extern spinlock_t samsung_pwm_lock;
+
 struct samsung_pwm_variant {
 	u8 bits;
 	u8 div_base;