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

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

fsl/qe: 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 c5739767
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
 * option) any later version
 */

#ifndef CONFIG_QE_TDM_H
#define CONFIG_QE_TDM_H
#ifndef _QE_TDM_H_
#define _QE_TDM_H_

#include <linux/kernel.h>
#include <linux/list.h>