From 5f32aac98ec39bc3116bf6d3fbff8ebf2cf78919 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 21 Aug 2024 10:18:53 -0600 Subject: 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 --- include/asm-generic/global_data.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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 @@ -60,11 +60,6 @@ struct global_data { * @bus_clk: platform clock rate in Hz */ 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 */ -- cgit v1.2.3