Skip to content

Commit

Permalink
fsl/qe: Do not prefix header guard with CONFIG_
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andreas Ziegler authored and David S. Miller committed Jun 8, 2016
1 parent c573976 commit 6f23d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/soc/fsl/qe/qe_tdm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6f23d96

Please sign in to comment.