driver core: Export device_is_dependent() to modules
authorLiu Ying <victor.liu@nxp.com>
Mon, 27 Nov 2023 05:14:13 +0000 (13:14 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 Nov 2023 16:03:07 +0000 (17:03 +0100)
commit1d5e8f4bf06da86b71cc9169110d1a0e1e7af337
tree84fd7503fede55390263a8ea9d3ac92e6ee1bc4d
parent39d5b6a64ace77d0c11c398d272218df5f939abb
driver core: Export device_is_dependent() to modules

Export device_is_dependent() since the drm_kms_helper module is starting
to use it.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231127051414.3783108-2-victor.liu@nxp.com
drivers/base/core.c