diff options
author | Tom Rini <trini@konsulko.com> | 2023-12-21 11:51:58 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-21 11:51:58 -0500 |
commit | ae797e022e6de408497a5ffaa329751893762b9b (patch) | |
tree | c8b6c0f66052e329cc57451c9e0fe2d24bc3407d /arch/m68k/include/asm/global_data.h | |
parent | 36d3db6c2c060ee85176156dc9a607e8cd5465f4 (diff) | |
parent | 467382ca03758e4f3f13107e3a83669e93a7461e (diff) |
Merge branch '2023-12-21-header-inclusion-cleanup' into next
- Merge in changes to clean up various places that used <common.h> or
<linux/kconfig.h>
Diffstat (limited to 'arch/m68k/include/asm/global_data.h')
-rw-r--r-- | arch/m68k/include/asm/global_data.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/global_data.h b/arch/m68k/include/asm/global_data.h index 5f576ba16f..c2ef5770a3 100644 --- a/arch/m68k/include/asm/global_data.h +++ b/arch/m68k/include/asm/global_data.h @@ -7,8 +7,6 @@ #ifndef __ASM_GBL_DATA_H #define __ASM_GBL_DATA_H -#include <config.h> - /* Architecture-specific global data */ struct arch_global_data { #ifdef CONFIG_SYS_I2C_FSL @@ -24,7 +22,7 @@ struct arch_global_data { unsigned long sdhc_clk; #endif #if defined(CONFIG_FSL_ESDHC) - u32 sdhc_per_clk; + unsigned long sdhc_per_clk; #endif }; |