From 5ae6269521bd411a070192af6be3d04066c5585a Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 21 Aug 2018 01:18:55 -0400 Subject: [PATCH] rockchip-default remove outdated patch Entire method of reboot changed. --- .../191_driver_mmc_adjustment.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patch/kernel/rockchip-default/191_driver_mmc_adjustment.patch diff --git a/patch/kernel/rockchip-default/191_driver_mmc_adjustment.patch b/patch/kernel/rockchip-default/191_driver_mmc_adjustment.patch deleted file mode 100644 index 1940d23519..0000000000 --- a/patch/kernel/rockchip-default/191_driver_mmc_adjustment.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/drivers/mmc/host/dw_mmc-rockchip.c b/drivers/mmc/host/dw_mmc-rockchip.c -index 2dcd570..d59fb21 100644 ---- a/drivers/mmc/host/dw_mmc-rockchip.c -+++ b/drivers/mmc/host/dw_mmc-rockchip.c -@@ -295,7 +295,7 @@ static int dw_mci_rockchip_probe(struct platform_device *pdev) - static void dw_mci_rockchip_platfm_shutdown(struct platform_device *pdev) - { - struct dw_mci *host = platform_get_drvdata(pdev); -- struct mmc_host *mmc = host->cur_slot->mmc; -+ struct mmc_host *mmc = host->slot[0]->mmc; - int ret; - - if(of_machine_is_compatible("rockchip,rk3288-miniarm")){