diff --git a/[refs] b/[refs] index 7b40b2b86001..9d680d5bdc43 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca88da3c57c8ef7f43f895a637cf06e7a225dbca +refs/heads/master: 63410b0b80b6aa841d9abe212ad7f16899841b32 diff --git a/trunk/arch/powerpc/sysdev/mpc5xxx_clocks.c b/trunk/arch/powerpc/sysdev/mpc5xxx_clocks.c index 96f815a55dfd..5492dc5f56f4 100644 --- a/trunk/arch/powerpc/sysdev/mpc5xxx_clocks.c +++ b/trunk/arch/powerpc/sysdev/mpc5xxx_clocks.c @@ -9,9 +9,9 @@ #include #include #include +#include -unsigned int -mpc5xxx_get_bus_frequency(struct device_node *node) +unsigned long mpc5xxx_get_bus_frequency(struct device_node *node) { struct device_node *np; const unsigned int *p_bus_freq = NULL;