summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-jz4740/jz4740_mmc.h
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2019-07-25 18:02:15 -0400
committerPaul Burton <paul.burton@mips.com>2019-07-30 10:41:54 -0700
commit7f428252dbd0adc91317ae7ea27d7e27b70df1f6 (patch)
treebf6dede3df49cef4792e6bbf7ce9e141bfd92971 /arch/mips/include/asm/mach-jz4740/jz4740_mmc.h
parentd202742058b2ee5666d9820d539b67dc14f64712 (diff)
downloadlinux-7f428252dbd0adc91317ae7ea27d7e27b70df1f6.tar.bz2
MIPS: jz4740: Drop dead code
Remove all the source files that are not used anywhere anymore. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Tested-by: Artur Rojek <contact@artur-rojek.eu> Signed-off-by: Paul Burton <paul.burton@mips.com>
Diffstat (limited to 'arch/mips/include/asm/mach-jz4740/jz4740_mmc.h')
-rw-r--r--arch/mips/include/asm/mach-jz4740/jz4740_mmc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/include/asm/mach-jz4740/jz4740_mmc.h b/arch/mips/include/asm/mach-jz4740/jz4740_mmc.h
deleted file mode 100644
index 9a7de47c7c79..000000000000
--- a/arch/mips/include/asm/mach-jz4740/jz4740_mmc.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __LINUX_MMC_JZ4740_MMC
-#define __LINUX_MMC_JZ4740_MMC
-
-struct jz4740_mmc_platform_data {
- unsigned card_detect_active_low:1;
- unsigned read_only_active_low:1;
-
- unsigned data_1bit:1;
-};
-
-#endif