ARM: sun6i: Retire the smp field in A31 machine
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 18 Apr 2014 19:01:53 +0000 (21:01 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 17 May 2014 16:42:05 +0000 (18:42 +0200)
Now that we can rely on the enable-method, remove the smp field declaration
from A31 machine.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/common.h [deleted file]
arch/arm/mach-sunxi/platsmp.c
arch/arm/mach-sunxi/sunxi.c

diff --git a/arch/arm/mach-sunxi/common.h b/arch/arm/mach-sunxi/common.h
deleted file mode 100644 (file)
index 9e5ac47..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Core functions for Allwinner SoCs
- *
- * Copyright (C) 2013 Maxime Ripard
- *
- * Maxime Ripard <maxime.ripard@free-electrons.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2.  This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
- */
-
-#ifndef __ARCH_SUNXI_COMMON_H_
-#define __ARCH_SUNXI_COMMON_H_
-
-void sun6i_secondary_startup(void);
-extern struct smp_operations sun6i_smp_ops;
-
-#endif /* __ARCH_SUNXI_COMMON_H_ */
Simple merge
Simple merge