forked from Minki/linux
pinctrl: add "struct seq_file;" to pinconf.h
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>
This commit is contained in:
parent
ca53c5f1ca
commit
63fd5984a9
@ -15,6 +15,7 @@
|
||||
#ifdef CONFIG_PINCONF
|
||||
|
||||
struct pinctrl_dev;
|
||||
struct seq_file;
|
||||
|
||||
/**
|
||||
* struct pinconf_ops - pin config operations, to be implemented by
|
||||
|
Loading…
Reference in New Issue
Block a user