[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1323993437-15149-1-git-send-email-swarren@nvidia.com>
Date: Thu, 15 Dec 2011 16:57:16 -0700
From: Stephen Warren <swarren@...dia.com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: linux-kernel@...r.kernel.org, Stephen Warren <swarren@...dia.com>
Subject: [PATCH 1/2] 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@...dia.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists