aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-05-15 10:41:22 -0400
committerTom Rini <trini@konsulko.com>2023-05-15 11:39:34 -0400
commit437a2e6a27569e7f5653491d246edc8040ac6019 (patch)
treeaf5418fdeb00720212e5e0d25c802ccffa4de3dc /arch/sh
parent95380399952fd8a5badb50d6ab363ef26a903e28 (diff)
downloadu-boot-CHECK/remove-unused-headers.zip
u-boot-CHECK/remove-unused-headers.tar.gz
u-boot-CHECK/remove-unused-headers.tar.bz2
include: Remove unused header filesCHECK/remove-unused-headers
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/sh')
-rw-r--r--arch/sh/include/asm/mmc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/sh/include/asm/mmc.h b/arch/sh/include/asm/mmc.h
deleted file mode 100644
index 5732b2b..0000000
--- a/arch/sh/include/asm/mmc.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * Renesas SuperH MMCIF driver.
- *
- * Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
- * Copyright (C) 2012 Renesas Solutions Corp.
- *
- */
-#ifndef _SH_MMC_H_
-#define _SH_MMC_H_
-
-int mmcif_mmc_init(void);
-
-#endif /* _SH_MMC_H_ */