diff mbox series

[v2,01/16] qe: Add <config.h> to linux/immap_qe.h

Message ID 20231214181658.3359902-1-trini@konsulko.com
State Accepted
Commit 10be393cf0af497a7b71b87afc5a3e3eb8fecdd5
Delegated to: Tom Rini
Headers show
Series [v2,01/16] qe: Add <config.h> to linux/immap_qe.h | expand

Commit Message

Tom Rini Dec. 14, 2023, 6:16 p.m. UTC
Given how we define QE_MURAM_SIZE today, this header needs to have
<config.h> added to it.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
 include/linux/immap_qe.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Dec. 21, 2023, 4:51 p.m. UTC | #1
On Thu, 14 Dec 2023 13:16:43 -0500, Tom Rini wrote:

> Given how we define QE_MURAM_SIZE today, this header needs to have
> <config.h> added to it.
> 
> 

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h
index 45307f51c103..a692f5dfb373 100644
--- a/include/linux/immap_qe.h
+++ b/include/linux/immap_qe.h
@@ -11,6 +11,8 @@ 
 #ifndef __IMMAP_QE_H__
 #define __IMMAP_QE_H__
 
+#include <config.h>
+
 #ifdef CONFIG_MPC83xx
 #if defined(CONFIG_ARCH_MPC8360)
 #define QE_MURAM_SIZE		0xc000UL