lkml.org 
[lkml]   [2020]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v11 02/24] coresight: cpu_debug: define MODULE_DEVICE_TABLE
    Date
    Define a MODULE_DEVICE_TABLE for cpu_debug so module can
    be auto loaded on boot.

    Signed-off-by: Tingwei Zhang <tingwei@codeaurora.org>
    Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
    Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
    ---
    drivers/hwtracing/coresight/coresight-cpu-debug.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
    index 7e642fb3ed15..e1d232411d8d 100644
    --- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
    +++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
    @@ -665,6 +665,8 @@ static const struct amba_id debug_ids[] = {
    {},
    };

    +MODULE_DEVICE_TABLE(amba, debug_ids);
    +
    static struct amba_driver debug_driver = {
    .drv = {
    .name = "coresight-cpu-debug",
    --
    The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
    a Linux Foundation Collaborative Project
    \
     
     \ /
      Last update: 2020-09-15 12:43    [W:2.121 / U:29.940 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site