summaryrefslogtreecommitdiffstats
path: root/include/linux/pwm.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2022-05-23 19:45:01 +0200
committerThierry Reding <thierry.reding@gmail.com>2022-06-22 15:35:13 +0200
commit5c8dca97404bf23f6531456ae4d14c862f6871a3 (patch)
tree18aba8773e8afeff2e2fa0b4fbd7d1f2ae5afde5 /include/linux/pwm.h
parentef2e35d90890932ee4546231c775326ffd7a3909 (diff)
downloadlinux-5c8dca97404bf23f6531456ae4d14c862f6871a3.tar.gz
linux-5c8dca97404bf23f6531456ae4d14c862f6871a3.tar.bz2
linux-5c8dca97404bf23f6531456ae4d14c862f6871a3.zip
pwm: Drop unused forward declaration from pwm.h
The declaration was necessary until commit cc2d22477779 ("pwm: Drop per-chip dbg_show callback"). Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'include/linux/pwm.h')
-rw-r--r--include/linux/pwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pwm.h b/include/linux/pwm.h
index 6d6946dec771..9429930c5566 100644
--- a/include/linux/pwm.h
+++ b/include/linux/pwm.h
@@ -6,8 +6,6 @@
#include <linux/mutex.h>
#include <linux/of.h>
-struct seq_file;
-
struct pwm_chip;
/**