aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pwm.h
diff options
context:
space:
mode:
authorMark Vels <mark.vels@team-embedded.nl>2009-01-18 18:42:45 +0100
committerJiri Kosina <jkosina@suse.cz>2009-03-30 15:22:01 +0200
commit5243ef8b54a927cae23216253e4e3f03af6f1446 (patch)
tree97e67bbed63f851959220944be7c4f91e4476dac /include/linux/pwm.h
parenttrivial: fix typos/grammar errors in Kconfig texts (diff)
downloadlinux-dev-5243ef8b54a927cae23216253e4e3f03af6f1446.tar.xz
linux-dev-5243ef8b54a927cae23216253e4e3f03af6f1446.zip
trivial: PWM: fix of #endif comment
Signed-off-by: Mark Vels <mark.vels@team-embedded.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/pwm.h')
-rw-r--r--include/linux/pwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pwm.h b/include/linux/pwm.h
index 3945f803d514..7c775751392c 100644
--- a/include/linux/pwm.h
+++ b/include/linux/pwm.h
@@ -28,4 +28,4 @@ int pwm_enable(struct pwm_device *pwm);
*/
void pwm_disable(struct pwm_device *pwm);
-#endif /* __ASM_ARCH_PWM_H */
+#endif /* __LINUX_PWM_H */