瀏覽代碼

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 年之前
父節點
當前提交
c57397670f
共有 1 個文件被更改,包括 2 次插入2 次删除
  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.
  */
 
-#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>