misc: mcu_ipc: fix duplicated export symbol
authorAlexander Aksenov <a.aksenov@samsung.com>
Fri, 4 Aug 2017 02:55:04 +0000 (11:55 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 27 Feb 2019 02:13:05 +0000 (11:13 +0900)
commitf400506797d5e8a93743c62eed60bbbab9d76f03
treefdc3e25038d031604b33af6e8af2811d85971924
parentf46214da769882b784fd3862989b8da968a69357
misc: mcu_ipc: fix duplicated export symbol

There is duplicated export symbol with EXPORT_SYMBOL(). Fix one from
the symbols with proper function name.

With this modification, build error with CONFIG_MODULES is removed.

Change-Id: I696e324cc55ac381063ba8e442dc45e55ba78a01
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
[sw0312.kim: spilt mcu_ipc patch and adjust commit-msg]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/misc/mcu_ipc/mcu_ipc.c