Skip to content

Commit

Permalink
drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andreas Ziegler authored and David S. Miller committed Jun 8, 2016
1 parent 707a2ca commit c573976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wan/fsl_ucc_hdlc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c573976

Please sign in to comment.