Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: cpu/armv7Scorpion/QSD8x50/proc_comm_clients.c

Issue 1329001: ST1.5 board support and some ST1.0/1.5 common changes. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cpu/armv7Scorpion/QSD8x50/pll.c ('k') | drivers/mmc/qsd_sdcc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cpu/armv7Scorpion/QSD8x50/proc_comm_clients.c
diff --git a/cpu/armv7Scorpion/QSD8x50/proc_comm_clients.c b/cpu/armv7Scorpion/QSD8x50/proc_comm_clients.c
index 6b5e36f755e6736caf3fc81d9430df4faeb8de37..db0849043490870017b690b28354e543073fc961 100644
--- a/cpu/armv7Scorpion/QSD8x50/proc_comm_clients.c
+++ b/cpu/armv7Scorpion/QSD8x50/proc_comm_clients.c
@@ -13,7 +13,6 @@
*/
#include <common.h>
-#include <asm/arch/QSD8x50_reg.h>
#ifdef USE_PROC_COMM
@@ -60,6 +59,7 @@ void proc_comm_vreg_control(int vreg, int level, int state)
}while(PROC_COMM_CMD_SUCCESS != pc_pkt.status);
}
+#ifndef CONFIG_GENERIC_MMC
void proc_comm_sdcard_power(int state)
{
volatile proc_comm_t pc_pkt;
@@ -79,6 +79,7 @@ void proc_comm_sdcard_power(int state)
}
}
+#endif
void proc_comm_sdcard_gpio_config(int instance)
{
« no previous file with comments | « cpu/armv7Scorpion/QSD8x50/pll.c ('k') | drivers/mmc/qsd_sdcc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698