aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndreas Ziegler <andreas.ziegler@fau.de>2016-06-08 11:40:28 +0200
committerDavid S. Miller <davem@davemloft.net>2016-06-08 11:07:17 -0700
commitc57397670fe4430cc07572420d51220e9724543c (patch)
treedddbcf972d2ce416d266809251baed70628bfc8b /drivers
parentila: Perform only one translation in forwarding path (diff)
downloadlinux-dev-c57397670fe4430cc07572420d51220e9724543c.tar.xz
linux-dev-c57397670fe4430cc07572420d51220e9724543c.zip
drivers/net/fsl_ucc: 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 'drivers')
-rw-r--r--drivers/net/wan/fsl_ucc_hdlc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wan/fsl_ucc_hdlc.h b/drivers/net/wan/fsl_ucc_hdlc.h
index 525786a621ac..881ecdeef076 100644
--- 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>