lkml.org 
[lkml]   [2020]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 2/5] i3c: master: export i3c_bus_type symbol
    Date
    Export i3c_bus_type symbol so i3cdev can register a notifier chain for
    i3c bus.

    Signed-off-by: Vitor Soares <vitor.soares@synopsys.com>
    ---
    drivers/i3c/master.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c
    index 8a0ba34..21c4372 100644
    --- a/drivers/i3c/master.c
    +++ b/drivers/i3c/master.c
    @@ -321,6 +321,7 @@ struct bus_type i3c_bus_type = {
    .probe = i3c_device_probe,
    .remove = i3c_device_remove,
    };
    +EXPORT_SYMBOL_GPL(i3c_bus_type);

    static enum i3c_addr_slot_status
    i3c_bus_get_addr_slot_status(struct i3c_bus *bus, u16 addr)
    --
    2.7.4
    \
     
     \ /
      Last update: 2020-02-19 01:21    [W:2.064 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site