mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-01 03:44:08 +00:00
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: Andreas Ziegler <andreas.ziegler@fau.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c57397670f
commit
6f23d96cfa
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue