arch/arm/include/armv7/arch: Remove dead code

Change-Id: Id3199d130825a5f796108ae45ce965325511ce8b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28646
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Elyes HAOUAS 2018-09-17 10:59:42 +02:00 committed by Patrick Georgi
parent d34a785b49
commit 892af1801f
1 changed files with 0 additions and 10 deletions

View File

@ -28,16 +28,6 @@ struct cpu_driver {
const struct cpu_device_id *id_table; const struct cpu_device_id *id_table;
}; };
struct thread;
struct cpu_info {
device_t cpu;
unsigned long index;
#if IS_ENABLED(CONFIG_COOP_MULTITASKING)
struct thread *thread;
#endif
};
struct cpuinfo_arm { struct cpuinfo_arm {
uint8_t arm; /* CPU family */ uint8_t arm; /* CPU family */
uint8_t arm_vendor; /* CPU vendor */ uint8_t arm_vendor; /* CPU vendor */