Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8594d63 authored by Grant Likely's avatar Grant Likely Committed by Paul Mackerras
Browse files

[POWERPC] Add missing EXPORTS for mpc52xx support

parent 650f3289
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ void of_device_unregister(struct of_device *ofdev)
}


EXPORT_SYMBOL(of_match_node);
EXPORT_SYMBOL(of_match_device);
EXPORT_SYMBOL(of_device_register);
EXPORT_SYMBOL(of_device_unregister);
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ mpc52xx_find_and_map(const char *compatible)

	return ioremap((u32)regaddr64, (u32)size64);
}
EXPORT_SYMBOL(mpc52xx_find_and_map);


/**
@@ -72,6 +73,7 @@ mpc52xx_find_ipb_freq(struct device_node *node)

	return p_ipb_freq ? *p_ipb_freq : 0;
}
EXPORT_SYMBOL(mpc52xx_find_ipb_freq);


void __init