Re: [PATCH] fsl/qe: Do not prefix header guard with CONFIG_

2016-06-08 Thread David Miller
From: Andreas Ziegler Date: Wed, 8 Jun 2016 11:36:56 +0200 > 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 Since this is fixing a patch that went via the networking tree, you should

[PATCH] fsl/qe: Do not prefix header guard with CONFIG_

2016-06-08 Thread Andreas Ziegler
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 --- include/soc/fsl/qe/qe_tdm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/soc/fsl/qe/qe_tdm.h b/include/so