|
@@ -21,6 +21,7 @@
|
|
#include <plat/cpu.h>
|
|
#include <plat/cpu.h>
|
|
|
|
|
|
#include "omap_opp_data.h"
|
|
#include "omap_opp_data.h"
|
|
|
|
+#include "pm.h"
|
|
|
|
|
|
static struct omap_opp_def __initdata omap34xx_opp_def_list[] = {
|
|
static struct omap_opp_def __initdata omap34xx_opp_def_list[] = {
|
|
/* MPU OPP1 */
|
|
/* MPU OPP1 */
|
|
@@ -88,7 +89,7 @@ static struct omap_opp_def __initdata omap36xx_opp_def_list[] = {
|
|
/**
|
|
/**
|
|
* omap3_opp_init() - initialize omap3 opp table
|
|
* omap3_opp_init() - initialize omap3 opp table
|
|
*/
|
|
*/
|
|
-static int __init omap3_opp_init(void)
|
|
|
|
|
|
+int __init omap3_opp_init(void)
|
|
{
|
|
{
|
|
int r = -ENODEV;
|
|
int r = -ENODEV;
|
|
|
|
|