diff options
author | Andreas Ziegler <andreas.ziegler@fau.de> | 2016-06-08 05:36:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-08 14:08:01 -0400 |
commit | 6f23d96cfa4fb68c4c9683f161f831057a5a134f (patch) | |
tree | 0a20365e496349bb999adf5eb89de99a3063a5cd /include/soc | |
parent | c57397670fe4430cc07572420d51220e9724543c (diff) |
fsl/qe: Do not prefix header guard with CONFIG_
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>
Diffstat (limited to 'include/soc')
-rw-r--r-- | include/soc/fsl/qe/qe_tdm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/soc/fsl/qe/qe_tdm.h b/include/soc/fsl/qe/qe_tdm.h index 4c91498ab117..a1664b635f1a 100644 --- a/include/soc/fsl/qe/qe_tdm.h +++ b/include/soc/fsl/qe/qe_tdm.h | |||
@@ -11,8 +11,8 @@ | |||
11 | * option) any later version | 11 | * option) any later version |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #ifndef CONFIG_QE_TDM_H | 14 | #ifndef _QE_TDM_H_ |
15 | #define CONFIG_QE_TDM_H | 15 | #define _QE_TDM_H_ |
16 | 16 | ||
17 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
18 | #include <linux/list.h> | 18 | #include <linux/list.h> |