mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
linux-omap2-git: Sync with OE.dev, add fixes to compile correctly with gcc 4.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5009 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
--- /tmp/pm34xx.c 2008-07-14 18:09:08.000000000 +0200
|
||||
+++ git/arch/arm/mach-omap2/pm34xx.c 2008-07-14 18:09:42.453198000 +0200
|
||||
@@ -398,13 +398,13 @@
|
||||
INT_34XX_PRCM_MPU_IRQ);
|
||||
goto err1;
|
||||
}
|
||||
-
|
||||
+/*
|
||||
ret = pwrdm_for_each(pwrdms_setup);
|
||||
if (ret) {
|
||||
printk(KERN_ERR "Failed to setup powerdomains\n");
|
||||
goto err2;
|
||||
}
|
||||
-
|
||||
+*/
|
||||
mpu_pwrdm = pwrdm_lookup("mpu_pwrdm");
|
||||
if (mpu_pwrdm == NULL) {
|
||||
printk(KERN_ERR "Failed to get mpu_pwrdm\n");
|
||||
Reference in New Issue
Block a user