soc: fsl: dpio: remove explicit device_link_remove
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 3 Jul 2019 14:56:39 +0000 (17:56 +0300)
committerLi Yang <leoyang.li@nxp.com>
Thu, 15 Aug 2019 23:20:20 +0000 (18:20 -0500)
commitc49a3a9cf26709d00211abbf79c2fd694ea4e86d
tree94c2a25fd36491da3c35d6a8e1392d8955a6e5e0
parent80f97619f5034888746ed11b01d275a90d75f7ee
soc: fsl: dpio: remove explicit device_link_remove

Starting with commit 72175d4ea4c4 ("driver core: Make driver core
own stateful device links") stateful device links are owned by the
driver core and should not be explicitly removed on device unbind.
Delete all device_link_remove appearances from the dpio driver.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/dpio/dpio-service.c