Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5739767 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by David S. Miller
Browse files

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: default avatarAndreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 707a2ca4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>