diff options
| author | Simon Glass <[email protected]> | 2024-08-21 10:18:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-26 14:05:37 -0600 |
| commit | 5f32aac98ec39bc3116bf6d3fbff8ebf2cf78919 (patch) | |
| tree | acdac7d1a3506d72cf72f24138260e64d276ab9a /include | |
| parent | 7670200d4b7bbb572290d0fb2ed9cd0fb1f989cc (diff) | |
global_data: Move pci_clk to m68k and powerpc
Only m68k and powerpc use this field, so move it to the arch-specific
info, to reduce the size for other archs.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/global_data.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 19c66e1fe5d..79d2aa4c6f5 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -61,11 +61,6 @@ struct global_data { */ unsigned long bus_clk; /** - * @pci_clk: PCI clock rate in Hz - */ - /* We cannot bracket this with CONFIG_PCI due to mpc5xxx */ - unsigned long pci_clk; - /** * @mem_clk: memory clock rate in Hz */ unsigned long mem_clk; |
