lkml.org 
[lkml]   [2020]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] driver core:Export the symbol device_is_bound
    Date
    Export the symbol device_is_bound so that it can be used by the modules.
    This change was suggested to solve the allmodconfig build error on adding
    the patch https://lore.kernel.org/patchwork/patch/1218628/

    Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
    ---
    drivers/base/dd.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/base/dd.c b/drivers/base/dd.c
    index 9a1d940..65d16ce 100644
    --- a/drivers/base/dd.c
    +++ b/drivers/base/dd.c
    @@ -337,6 +337,7 @@ bool device_is_bound(struct device *dev)
    {
    return dev->p && klist_node_attached(&dev->p->knode_driver);
    }
    +EXPORT_SYMBOL_GPL(device_is_bound);

    static void driver_bound(struct device *dev)
    {
    --
    QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
    of Code Aurora Forum, hosted by The Linux Foundation
    \
     
     \ /
      Last update: 2020-06-02 20:42    [W:2.200 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site