Re: [PATCH] pinctrl: include machine header to core.h
From: Sergei Shtylyov
Date: Tue Mar 06 2012 - 12:49:24 EST
Hello.
On 03/06/2012 03:55 PM, Linus Walleij wrote:
From: Linus Walleij<linus.walleij@xxxxxxxxxx>
struct pinctrl_setting contains an enum pinctrl_map_type
field, so we need to include machine.h. Also fix kerneldoc
to indicate that the pinctrl_setting is about both muxing
and other config.
I don't see where you touch kernel-doc...
Signed-off-by: Linus Walleij<linus.walleij@xxxxxxxxxx>
---
drivers/pinctrl/core.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/pinctrl/core.h b/drivers/pinctrl/core.h
index 5b3ff13..42fb0ea 100644
--- a/drivers/pinctrl/core.h
+++ b/drivers/pinctrl/core.h
@@ -12,6 +12,7 @@
#include<linux/mutex.h>
#include<linux/radix-tree.h>
#include<linux/pinctrl/pinconf.h>
+#include<linux/pinctrl/machine.h>
struct pinctrl_gpio_range;
WBR, Sergei
--
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/