Skip to content

Commit

Permalink
x86: get_bios_ebda() requires asm/io.h
Browse files Browse the repository at this point in the history
include <asm/io.h> for phys_to_virt()

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Akinobu Mita authored and Ingo Molnar committed Apr 26, 2008
1 parent 7c04e64 commit 2c0903f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-x86/bios_ebda.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _MACH_BIOS_EBDA_H
#define _MACH_BIOS_EBDA_H

#include <asm/io.h>

/*
* there is a real-mode segmented pointer pointing to the
* 4K EBDA area at 0x40E.
Expand Down

0 comments on commit 2c0903f

Please sign in to comment.