patch-2.4.26 linux-2.4.26/arch/ppc/kernel/ibm440gp_common.h

Next file: linux-2.4.26/arch/ppc/kernel/ibm440gx_common.c
Previous file: linux-2.4.26/arch/ppc/kernel/ibm440gp_common.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/arch/ppc/kernel/ibm440gp_common.h linux-2.4.26/arch/ppc/kernel/ibm440gp_common.h
@@ -20,24 +20,14 @@
 
 #include <linux/config.h>
 #include <linux/init.h>
-
-/*
- * All clocks are in Hz
- */
-struct ibm440gp_clocks {
-	unsigned int cpu;	/* CPUCoreClk */
-	unsigned int plb;	/* PLBClk */
-	unsigned int opb;	/* OPBClk */
-	unsigned int ebc;	/* PerClk */
-	unsigned int uart;	
-};
+#include <kernel/ibm44x_common.h>
 
 /*
  * Please, refer to the Figure 13.1 in 440GP user manual
  * 
  * if internal UART clock is used, ser_clk is ignored
  */
-void ibm440gp_get_clocks(struct ibm440gp_clocks*, unsigned int sys_clk, 
+void ibm440gp_get_clocks(struct ibm44x_clocks*, unsigned int sys_clk, 
 	unsigned int ser_clk) __init;
  
 #endif /* __ASSEMBLY__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)