aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
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/riscv
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/riscv')
-rw-r--r--arch/riscv/include/asm/arch-fu740/eeprom.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/riscv/include/asm/arch-fu740/eeprom.h b/arch/riscv/include/asm/arch-fu740/eeprom.h
deleted file mode 100644
index 0e1220e..0000000
--- a/arch/riscv/include/asm/arch-fu740/eeprom.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * Copyright (C) 2021 SiFive, Inc.
- *
- * Zong Li <zong.li@sifve.com>
- */
-
-#ifndef _ASM_RISCV_EEPROM_H
-#define _ASM_RISCV_EEPROM_H
-
-#define PCB_REVISION_REV3 0x3
-
-u8 get_pcb_revision_from_eeprom(void);
-
-#endif /* _ASM_RISCV_EEPROM_H */