remoteproc: make device_type const
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 19 Aug 2017 08:22:22 +0000 (13:52 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 24 Aug 2017 17:25:50 +0000 (10:25 -0700)
commitc42ca04da57aad91689e681a124a174249bc1a70
treeefa86cd0d5634f19e5196d6670df62818b0a8386
parentc4d77d5fcd8baefb358ae921b940e9bbd09a751e
remoteproc: make device_type const

Make this const as it is only stored in the type field of a device
structure, which is const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c