summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/buffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/buffer.h b/src/include/buffer.h
index 0085c7d16..1d5501f36 100644
--- a/src/include/buffer.h
+++ b/src/include/buffer.h
@@ -33,9 +33,6 @@ struct buffer_free_block {
physaddr_t end;
} __attribute__ (( packed ));
-/* This must be provided by the architecture-dependent load_buffer.c */
-extern struct buffer load_buffer;
-
/* Functions in buffer.c */
extern void init_buffer ( struct buffer *buffer );