Skip to content

Commit 8dd9266

Browse files
linuswsuperna9999
authored andcommitted
Revert "driver core: Export device_is_dependent() to modules"
This reverts commit 1d5e8f4. Greg says: "why exactly is this needed? Nothing outside of the driver core should be needing this function, it shouldn't be public at all (I missed that before.) So please, revert it for now, let's figure out why DRM thinks this is needed for it's devices, and yet no other bus/subsystem does." Link: https://lore.kernel.org/dri-devel/2023112739-willing-sighing-6bdd@gregkh/ Signed-off-by: Linus Walleij <[email protected]> Acked-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent c13f87e commit 8dd9266

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/base/core.c

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

333332
static void device_link_init_status(struct device_link *link,
334333
struct device *consumer,

0 commit comments

Comments
 (0)