From b7668b1af8084787338e264e72fbc4237d44eb5b Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 2 Dec 2019 07:19:44 -0800 Subject: mci: imx-esdhc: Drop unused type definition There doesn't seem to be any users of struct fsl_esdhc_cfg in the tree. Drop it. Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- drivers/mci/imx-esdhc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/mci/imx-esdhc.h') diff --git a/drivers/mci/imx-esdhc.h b/drivers/mci/imx-esdhc.h index 46f592e496..ad05c4c0bf 100644 --- a/drivers/mci/imx-esdhc.h +++ b/drivers/mci/imx-esdhc.h @@ -69,9 +69,4 @@ #define ESDHC_DMA_SYSCTL 0x40c /* Layerscape specific */ #define ESDHC_SYSCTL_DMA_SNOOP BIT(6) -struct fsl_esdhc_cfg { - u32 esdhc_base; - u32 no_snoop; -}; - #endif /* __FSL_ESDHC_H__ */ -- cgit v1.2.3