From 6e11908128ec83c6237f3285bc7e2cfbc6f6d0f7 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 27 May 2019 17:21:54 +0200 Subject: intel/quark/storage_test.h: Drop external variable declaration These are only used where they are initially declared. Change-Id: I0a81a945b771b6c29a170c479b9e72c98e8f3c5a Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/33022 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/intel/quark/include/soc/storage_test.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/quark/include/soc/storage_test.h b/src/soc/intel/quark/include/soc/storage_test.h index 62c9e79236..1c93f1cdf0 100644 --- a/src/soc/intel/quark/include/soc/storage_test.h +++ b/src/soc/intel/quark/include/soc/storage_test.h @@ -48,9 +48,4 @@ struct log_entry { #define LOG_ENTRIES 256 -extern struct log_entry log[LOG_ENTRIES]; -extern uint8_t log_index; -extern int log_full; -extern long log_start_time; - #endif /* __STORAGE_TEST_H__ */ -- cgit v1.2.3