x86: apic_xx.c order variables
[safe/jmp/linux-2.6] / arch / x86 / boot / apm.c
index eab50c5..7aa6033 100644 (file)
  * ----------------------------------------------------------------------- */
 
 /*
- * arch/i386/boot/apm.c
- *
  * Get APM BIOS information
  */
 
 #include "boot.h"
 
-#if defined(CONFIG_APM) || defined(CONFIG_APM_MODULE)
-
 int query_apm_bios(void)
 {
        u16 ax, bx, cx, dx, di;
@@ -95,4 +91,3 @@ int query_apm_bios(void)
        return 0;
 }
 
-#endif