Merge branch 'linus' into x86/cleanups
[safe/jmp/linux-2.6] / arch / x86 / kernel / i386_ksyms_32.c
index 0616278..dd7ebee 100644 (file)
@@ -1,13 +1,15 @@
 #include <linux/module.h>
-#include <asm/semaphore.h>
+
 #include <asm/checksum.h>
-#include <asm/desc.h>
 #include <asm/pgtable.h>
+#include <asm/desc.h>
+#include <asm/ftrace.h>
+
+#ifdef CONFIG_FTRACE
+/* mcount is defined in assembly */
+EXPORT_SYMBOL(mcount);
+#endif
 
-EXPORT_SYMBOL(__down_failed);
-EXPORT_SYMBOL(__down_failed_interruptible);
-EXPORT_SYMBOL(__down_failed_trylock);
-EXPORT_SYMBOL(__up_wakeup);
 /* Networking helper routines. */
 EXPORT_SYMBOL(csum_partial_copy_generic);