| 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)
|
| {
|
|
|