EFI: add missing include
Otherwise building produces these warnings:
[...]
arch/efi/efi/efi-image.c:48:2: warning: implicit declaration of function 'read_file' [-Wimplicit-function-declaration]
arch/efi/efi/efi-image.c:48:6: warning: assignment makes pointer from integer without a cast [enabled by default]
[...]

And bootm fails for x86_64. The implicit declaration has an int as return
value, so half of the returned address is lost.

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent a4f0146 commit ee3254569dab8fe5b5a617a5d539db7b3ce5adc3
@Michael Olbrich Michael Olbrich authored on 3 Sep 2014
Sascha Hauer committed on 3 Sep 2014
Showing 1 changed file
View
arch/efi/efi/efi-image.c