]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: 8424/1: add const qualifier to the argument of smp_set_ops()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 26 Aug 2015 06:49:11 +0000 (07:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 22 Sep 2015 07:13:57 +0000 (08:13 +0100)
commit4caa9dda388f34f957a9eb52b9f5ef1a8c975c7b
treea08d2f93762743310dfd326cab1f0a1145af4827
parentbbeb9209515989ff47802d4e5d5702178c8e42c4
ARM: 8424/1: add const qualifier to the argument of smp_set_ops()

This function just copies '*ops' to 'smp_ops', so the given
structure '*ops' is not modified at all.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/smp.h
arch/arm/kernel/smp.c