Browse Source

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>
Andreas Ziegler 9 years ago
parent
commit
c57397670f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/net/wan/fsl_ucc_hdlc.h

+ 2 - 2
drivers/net/wan/fsl_ucc_hdlc.h

@@ -8,8 +8,8 @@
  * option) any later version.
  * 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/kernel.h>
 #include <linux/list.h>
 #include <linux/list.h>