* [PATCH] pinctrl: lantiq: Fix header file include guard
@ 2014-04-03 13:47 Axel Lin
2014-04-10 17:20 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2014-04-03 13:47 UTC (permalink / raw)
To: Linus Walleij; +Cc: John Crispin, linux-kernel
Define __PINCTRL_LANTIQ_H to prevent multiple inclusion.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/pinctrl/pinctrl-lantiq.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/pinctrl-lantiq.h b/drivers/pinctrl/pinctrl-lantiq.h
index 6d07f02..c7cfad5 100644
--- a/drivers/pinctrl/pinctrl-lantiq.h
+++ b/drivers/pinctrl/pinctrl-lantiq.h
@@ -10,6 +10,7 @@
*/
#ifndef __PINCTRL_LANTIQ_H
+#define __PINCTRL_LANTIQ_H
#include <linux/clkdev.h>
#include <linux/pinctrl/pinctrl.h>
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pinctrl: lantiq: Fix header file include guard
2014-04-03 13:47 [PATCH] pinctrl: lantiq: Fix header file include guard Axel Lin
@ 2014-04-10 17:20 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2014-04-10 17:20 UTC (permalink / raw)
To: Axel Lin; +Cc: John Crispin, linux-kernel@vger.kernel.org
On Thu, Apr 3, 2014 at 3:47 PM, Axel Lin <axel.lin@ingics.com> wrote:
> Define __PINCTRL_LANTIQ_H to prevent multiple inclusion.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-10 17:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 13:47 [PATCH] pinctrl: lantiq: Fix header file include guard Axel Lin
2014-04-10 17:20 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox