projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77329d
)
pinctrl: lantiq: Fix header file include guard
author
Axel Lin
<axel.lin@ingics.com>
Thu, 3 Apr 2014 13:47:53 +0000
(21:47 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 22 Apr 2014 06:41:35 +0000
(08:41 +0200)
Define __PINCTRL_LANTIQ_H to prevent multiple inclusion.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-lantiq.h
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/pinctrl-lantiq.h
b/drivers/pinctrl/pinctrl-lantiq.h
index 6d07f0238532050c1c7ecd54cefd65bb8439ddaf..c7cfad5527d70ab04a5596bb841eab5f62321a48 100644
(file)
--- 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>