15 #include <linux/kernel.h>
26 static int exynos4_dwmci_get_bus_wd(
u32 slot_id)
36 static struct resource exynos4_dwmci_resource[] = {
44 .bus_hz = 80 * 1000 * 1000,
45 .detect_delay_ms = 200,
46 .init = exynos4_dwmci_init,
47 .get_bus_wd = exynos4_dwmci_get_bus_wd,
55 .num_resources =
ARRAY_SIZE(exynos4_dwmci_resource),
56 .resource = exynos4_dwmci_resource,
58 .dma_mask = &exynos4_dwmci_dmamask,
60 .platform_data = &exynos4_dwci_pdata,
69 &exynos4_device_dwmci);
72 npd->
init = exynos4_dwmci_init;