summaryrefslogtreecommitdiff
path: root/arch/arm/plat-versatile/include/plat/platsmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-versatile/include/plat/platsmp.h')
-rw-r--r--arch/arm/plat-versatile/include/plat/platsmp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/plat-versatile/include/plat/platsmp.h b/arch/arm/plat-versatile/include/plat/platsmp.h
deleted file mode 100644
index 50fb830192e0..000000000000
--- a/arch/arm/plat-versatile/include/plat/platsmp.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * linux/arch/arm/plat-versatile/include/plat/platsmp.h
- *
- * Copyright (C) 2011 ARM Ltd.
- * All Rights Reserved
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-
-extern void versatile_secondary_startup(void);
-extern void versatile_secondary_init(unsigned int cpu);
-extern int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle);