Skip to content

Commit 1d5e8f4

Browse files
Liu Yinglinusw
authored andcommitted
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 <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 39d5b6a commit 1d5e8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/base/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ int device_is_dependent(struct device *dev, void *target)
328328
}
329329
return ret;
330330
}
331+
EXPORT_SYMBOL_GPL(device_is_dependent);
331332

332333
static void device_link_init_status(struct device_link *link,
333334
struct device *consumer,

0 commit comments

Comments
 (0)