|
@@ -9,9 +9,9 @@
|
|
#include <linux/kernel.h>
|
|
#include <linux/kernel.h>
|
|
#include <linux/of_platform.h>
|
|
#include <linux/of_platform.h>
|
|
#include <linux/export.h>
|
|
#include <linux/export.h>
|
|
|
|
+#include <asm/mpc5xxx.h>
|
|
|
|
|
|
-unsigned int
|
|
|
|
-mpc5xxx_get_bus_frequency(struct device_node *node)
|
|
|
|
|
|
+unsigned long mpc5xxx_get_bus_frequency(struct device_node *node)
|
|
{
|
|
{
|
|
struct device_node *np;
|
|
struct device_node *np;
|
|
const unsigned int *p_bus_freq = NULL;
|
|
const unsigned int *p_bus_freq = NULL;
|