mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk2928:
eliminate the build error using rk2928_tb_defconfig/rk2928_sdk_defconfig. as the following: UPD include/generated/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function rk29_sdmmc_gpio_open' make: *** [.tmp_vmlinux1] Error 1
This commit is contained in:
@@ -933,7 +933,8 @@ static struct rksdmmc_gpio_board rksdmmc1_gpio_init = {
|
||||
*************************************************************************/
|
||||
|
||||
#if !defined(CONFIG_SDMMC_RK29_OLD)
|
||||
static void rk29_sdmmc_gpio_open(int device_id, int on)
|
||||
//static void rk29_sdmmc_gpio_open(int device_id, int on)
|
||||
void rk29_sdmmc_gpio_open(int device_id, int on)
|
||||
{
|
||||
switch(device_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user