From 5bbad9c8f0eacf92fa0ddb6d2d34afe7a0d4278e Mon Sep 17 00:00:00 2001 From: Piotr Jaroszyński Date: Tue, 27 Jul 2010 20:37:55 +0200 Subject: [ioapi] Move get_memmap() to the I/O API group pcbios specific get_memmap() is used by the b44 driver making all-drivers builds fail on other platforms. Move it to the I/O API group and provide a dummy implementation on EFI. Signed-off-by: Piotr Jaroszyński Signed-off-by: Michael Brown --- src/image/segment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/image') diff --git a/src/image/segment.c b/src/image/segment.c index c3f0b8d5c..97f6a9959 100644 --- a/src/image/segment.c +++ b/src/image/segment.c @@ -27,7 +27,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include -#include +#include #include #include -- cgit v1.2.3-55-g7522