Skip to content

Commit

Permalink
pinctrl: add "struct seq_file;" to pinconf.h
Browse files Browse the repository at this point in the history
This allows one to include pinconf.h without having to include other
headers first.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Stephen Warren authored and Linus Walleij committed Jan 3, 2012
1 parent ca53c5f commit 63fd598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/pinctrl/pinconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#ifdef CONFIG_PINCONF

struct pinctrl_dev;
struct seq_file;

/**
* struct pinconf_ops - pin config operations, to be implemented by
Expand Down

0 comments on commit 63fd598

Please sign in to comment.