patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / ppc / syslib / ibm440gp_common.h
index 96b8b20..a054d83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * arch/ppc/syslib/ibm440gp_common.h
+ * arch/ppc/kernel/ibm440gp_common.h
  *
  * PPC440GP system library
  *
 
 #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 <syslib/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__ */