Merge branch 'topic/usb-validation' into for-next
[linux-2.6-block.git] / arch / x86 / kernel / x86_init.c
index 50a2b492fdd663ae727130b53454123ab2a30662..1bef687faf2278dad2042e42004df305a6c6ad0e 100644 (file)
@@ -29,8 +29,8 @@ void x86_init_noop(void) { }
 void __init x86_init_uint_noop(unsigned int unused) { }
 static int __init iommu_init_noop(void) { return 0; }
 static void iommu_shutdown_noop(void) { }
-static bool __init bool_x86_init_noop(void) { return false; }
-static void x86_op_int_noop(int cpu) { }
+bool __init bool_x86_init_noop(void) { return false; }
+void x86_op_int_noop(int cpu) { }
 
 /*
  * The platform setup functions are preset with the default functions