summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx27
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-05-16 19:34:47 +0300
committerTom Rini <trini@konsulko.com>2023-05-31 19:31:47 +0300
commitf1671205fa44084b334027a267c86e5be2ea7c1a (patch)
treecfa3fdb741c0a333fc2601153a10ef8ca0870ca0 /arch/arm/include/asm/arch-mx27
parenta179217e68e5c0c91004b1084e04091a80a6bb7e (diff)
downloadu-boot-f1671205fa44084b334027a267c86e5be2ea7c1a.tar.xz
include: Remove unused header files
As part of various code clean-ups we have on occasion missed removing unused header files. None of these files are referenced anywhere else at this point. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx27')
-rw-r--r--arch/arm/include/asm/arch-mx27/mxcmmc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/include/asm/arch-mx27/mxcmmc.h b/arch/arm/include/asm/arch-mx27/mxcmmc.h
deleted file mode 100644
index 52fb0ab578..0000000000
--- a/arch/arm/include/asm/arch-mx27/mxcmmc.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (c) 2009 Ilya Yanok <yanok@emcraft.com>
- */
-
-#ifndef ASM_ARCH_MXCMMC_H
-#define ASM_ARCH_MXCMMC_H
-
-int mxc_mmc_init(struct bd_info *bis);
-
-#endif