diff options
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/tools/build.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/x86/boot/tools/build.c b/arch/x86/boot/tools/build.c index 4f07df5ac5d9..1a2f2121cada 100644 --- a/arch/x86/boot/tools/build.c +++ b/arch/x86/boot/tools/build.c | |||
@@ -256,10 +256,11 @@ static void efi_stub_entry_update(void) | |||
256 | 256 | ||
257 | #else | 257 | #else |
258 | 258 | ||
259 | static inline void update_pecoff_setup_and_reloc(unsigned int) {} | 259 | static inline void update_pecoff_setup_and_reloc(unsigned int size) {} |
260 | static inline void update_pecoff_text(unsigned int, unsigned int) {} | 260 | static inline void update_pecoff_text(unsigned int text_start, |
261 | unsigned int file_sz) {} | ||
261 | static inline void efi_stub_defaults(void) {} | 262 | static inline void efi_stub_defaults(void) {} |
262 | static inline void efi_stup_entry_update(void) {} | 263 | static inline void efi_stub_entry_update(void) {} |
263 | 264 | ||
264 | static inline int reserve_pecoff_reloc_section(int c) | 265 | static inline int reserve_pecoff_reloc_section(int c) |
265 | { | 266 | { |