diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-06-02 21:14:01 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-06-10 15:35:34 -0700 |
commit | 5f763ef80d4dff7f2aa519a31472b03499e2c2e1 (patch) | |
tree | 1186476bff18165157fc7e025e8e2e8463b8ec92 /arch/arm/mach-socfpga/socfpga.c | |
parent | 122694a0c71281cf2b349af41309c3caf5f31d61 (diff) |
ARM: socfpga: use CPU_METHOD_OF_DECLARE for socfpga_cyclone5
Convert cyclone5/arria5 to use CPU_METHOD_OF_DECLARE for smp operations.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/mach-socfpga/socfpga.c')
-rw-r--r-- | arch/arm/mach-socfpga/socfpga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/socfpga.c b/arch/arm/mach-socfpga/socfpga.c index b63dec6e740c..a154920b06ab 100644 --- a/arch/arm/mach-socfpga/socfpga.c +++ b/arch/arm/mach-socfpga/socfpga.c @@ -78,7 +78,6 @@ static const char *altera_dt_match[] = { DT_MACHINE_START(SOCFPGA, "Altera SOCFPGA") .l2c_aux_val = 0, .l2c_aux_mask = ~0, - .smp = smp_ops(socfpga_smp_ops), .init_irq = socfpga_init_irq, .restart = socfpga_cyclone5_restart, .dt_compat = altera_dt_match, |