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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment