x86: remove pointless comments
[linux-2.6-block.git] / arch / x86 / boot / voyager.c
index 61c8fe0453be5e08773e6334d7361edddcb5c78c..433909d61e5cb2ef7a20f7386c0ad87c362b47c1 100644 (file)
@@ -9,15 +9,11 @@
  * ----------------------------------------------------------------------- */
 
 /*
- * arch/i386/boot/voyager.c
- *
  * Get the Voyager config information
  */
 
 #include "boot.h"
 
-#ifdef CONFIG_X86_VOYAGER
-
 int query_voyager(void)
 {
        u8 err;
@@ -42,5 +38,3 @@ int query_voyager(void)
        copy_from_fs(data_ptr, di, 7);  /* Table is 7 bytes apparently */
        return 0;
 }
-
-#endif /* CONFIG_X86_VOYAGER */