]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 5 Jan 2016 23:49:31 +0000 (10:49 +1100)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:55:06 +0000 (09:55 +0000)
commitac7ea137e5755a81a592aefbbe929b181279f5be
treedf013268516a797594fd31526140810922753432
parent667d36c717c3c2edcc0ad68dfa720e590dc2ced1
drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it

Now that we have a generic library function for this, replace the
open-coded instance.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Cc: <zajec5@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/soc/qcom/smd.c