aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/delay.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/delay.h')
-rw-r--r--include/asm-x86/delay.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/delay.h b/include/asm-x86/delay.h
deleted file mode 100644
index 10f2c71d622..00000000000
--- a/include/asm-x86/delay.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef CONFIG_X86_32
-# include "delay_32.h"
-#else
-# include "delay_64.h"
-#endif