Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
* option) any later version * option) any later version
*/ */
#ifndef CONFIG_QE_TDM_H #ifndef _QE_TDM_H_
#define CONFIG_QE_TDM_H #define _QE_TDM_H_
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/list.h> #include <linux/list.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment