lkml.org 
[lkml]   [2008]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 08/10] x86: get_bios_ebda() requires asm/io.h
include <asm/io.h> for phys_to_virt()

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
---
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.
--


\
 
 \ /
  Last update: 2008-04-19 17:11    [W:2.170 / U:1.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site