]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/rio.h
Staging: workaround build system bug
[linux-2.6-omap-h63xx.git] / include / asm-x86 / rio.h
index 3451c576e6afc1f26a6bbad5401fec0bf75c85db..5e1256bdee83b791499000cb873b0135437e826f 100644 (file)
@@ -5,8 +5,8 @@
  * Author: Laurent Vivier <Laurent.Vivier@bull.net>
  */
 
-#ifndef __ASM_RIO_H
-#define __ASM_RIO_H
+#ifndef ASM_X86__RIO_H
+#define ASM_X86__RIO_H
 
 #define RIO_TABLE_VERSION      3
 
@@ -60,15 +60,4 @@ enum {
        ALT_CALGARY     = 5,    /* Second Planar Calgary      */
 };
 
-/*
- * there is a real-mode segmented pointer pointing to the
- * 4K EBDA area at 0x40E.
- */
-static inline unsigned long get_bios_ebda(void)
-{
-       unsigned long address = *(unsigned short *)phys_to_virt(0x40EUL);
-       address <<= 4;
-       return address;
-}
-
-#endif /* __ASM_RIO_H */
+#endif /* ASM_X86__RIO_H */