diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-04-18 23:01:53 +0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-05-17 20:42:05 +0400 |
commit | 27a3cf055fcfe2dff9c59f424e9342f1a2d09023 (patch) | |
tree | 11eefa596429e5ede0c251ac225ad1d0cf4df53c /arch/arm/mach-sunxi/common.h | |
parent | 913627b314b48e867721e3b3c4cfdcb1bda1307d (diff) | |
download | linux-27a3cf055fcfe2dff9c59f424e9342f1a2d09023.tar.xz |
ARM: sun6i: Retire the smp field in A31 machine
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>
Diffstat (limited to 'arch/arm/mach-sunxi/common.h')
-rw-r--r-- | arch/arm/mach-sunxi/common.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-sunxi/common.h b/arch/arm/mach-sunxi/common.h deleted file mode 100644 index 9e5ac4756cbb..000000000000 --- a/arch/arm/mach-sunxi/common.h +++ /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_ */ |