aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-05-27 17:21:54 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-29 20:03:55 +0000
commit6e11908128ec83c6237f3285bc7e2cfbc6f6d0f7 (patch)
tree248c6f4f21c89ec6720c8e3c645bfd59e606b5c0 /src/soc
parent00295aa8a6824bc2a0a2f9ff7eb8f649287bd97b (diff)
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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33022 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/quark/include/soc/storage_test.h5
1 files changed, 0 insertions, 5 deletions
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__ */