aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm26/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/smp.h')
-rw-r--r--include/asm-arm26/smp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-arm26/smp.h b/include/asm-arm26/smp.h
deleted file mode 100644
index 5ca771631fd..00000000000
--- a/include/asm-arm26/smp.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __ASM_SMP_H
-#define __ASM_SMP_H
-
-#include <linux/config.h>
-
-#ifdef CONFIG_SMP
-#error SMP not supported
-#endif
-
-#endif