Commit 63fd5984 authored by Stephen Warren's avatar Stephen Warren Committed by Linus Walleij

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: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ca53c5f1
......@@ -15,6 +15,7 @@
#ifdef CONFIG_PINCONF
struct pinctrl_dev;
struct seq_file;
/**
* struct pinconf_ops - pin config operations, to be implemented by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment