[PATCH 1/2] pinctrl: Add "struct seq_file;" to pinconf.h

From: Stephen Warren
Date: Thu Dec 15 2011 - 18:57:35 EST


This allows one to include pinconf.h without having to include other
headers first.

Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx>
---
include/linux/pinctrl/pinconf.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/pinctrl/pinconf.h b/include/linux/pinctrl/pinconf.h
index d5b72e6..8c2c88e 100644
--- a/include/linux/pinctrl/pinconf.h
+++ b/include/linux/pinctrl/pinconf.h
@@ -15,6 +15,7 @@
#ifdef CONFIG_PINCONF

struct pinctrl_dev;
+struct seq_file;

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/