Skip to content

Commit

Permalink
pwm: Drop unused forward declaration from pwm.h
Browse files Browse the repository at this point in the history
The declaration was necessary until commit cc2d224 ("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>
  • Loading branch information
Uwe Kleine-König authored and Thierry Reding committed Jun 22, 2022
1 parent ef2e35d commit 5c8dca9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/pwm.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include <linux/mutex.h>
#include <linux/of.h>

struct seq_file;

struct pwm_chip;

/**
Expand Down

0 comments on commit 5c8dca9

Please sign in to comment.