[patch 08/10] x86: get_bios_ebda() requires asm/io.h

From: Akinobu Mita
Date: Sat Apr 19 2008 - 11:09:04 EST


include <asm/io.h> for phys_to_virt()

Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>
---
include/asm-x86/bios_ebda.h | 2 ++
1 file changed, 2 insertions(+)

Index: 2.6-git/include/asm-x86/bios_ebda.h
===================================================================
--- 2.6-git.orig/include/asm-x86/bios_ebda.h
+++ 2.6-git/include/asm-x86/bios_ebda.h
@@ -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.

--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/