projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
707a2ca
)
drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_
author
Andreas Ziegler
<andreas.ziegler@fau.de>
Wed, 8 Jun 2016 09:40:28 +0000
(11:40 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Jun 2016 18:07:17 +0000
(11:07 -0700)
The CONFIG_ prefix should only be used for options which
can be configured through Kconfig and not for guarding headers.
Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/fsl_ucc_hdlc.h
patch
|
blob
|
history
diff --git
a/drivers/net/wan/fsl_ucc_hdlc.h
b/drivers/net/wan/fsl_ucc_hdlc.h
index
525786a
..
881ecde
100644
(file)
--- a/
drivers/net/wan/fsl_ucc_hdlc.h
+++ b/
drivers/net/wan/fsl_ucc_hdlc.h
@@
-8,8
+8,8
@@
* option) any later version.
*/
-#ifndef
CONFIG_UCC_HDLC_H
-#define
CONFIG_UCC_HDLC_H
+#ifndef
_UCC_HDLC_H_
+#define
_UCC_HDLC_H_
#include <linux/kernel.h>
#include <linux/list.h>