Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Uwe Kleine-König and committed by
Thierry Reding
5c8dca97 ef2e35d9

-2
-2
include/linux/pwm.h
··· 6 6 #include <linux/mutex.h> 7 7 #include <linux/of.h> 8 8 9 - struct seq_file; 10 - 11 9 struct pwm_chip; 12 10 13 11 /**