projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c573976
)
fsl/qe: Do not prefix header guard with CONFIG_
author
Andreas Ziegler
<andreas.ziegler@fau.de>
Wed, 8 Jun 2016 09:36:56 +0000
(11:36 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Jun 2016 18:08:01 +0000
(11:08 -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>
include/soc/fsl/qe/qe_tdm.h
patch
|
blob
|
history
diff --git
a/include/soc/fsl/qe/qe_tdm.h
b/include/soc/fsl/qe/qe_tdm.h
index
4c91498
..
a1664b6
100644
(file)
--- a/
include/soc/fsl/qe/qe_tdm.h
+++ b/
include/soc/fsl/qe/qe_tdm.h
@@
-11,8
+11,8
@@
* option) any later version
*/
-#ifndef
CONFIG_QE_TDM_H
-#define
CONFIG_QE_TDM_H
+#ifndef
_QE_TDM_H_
+#define
_QE_TDM_H_
#include <linux/kernel.h>
#include <linux/list.h>