lkml.org 
[lkml]   [2014]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/3] iio/axp288_adc: remove THIS_MODULE owner
    Date
    This is no longer needed in that platform driver_register will do it.

    Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
    ---
    drivers/iio/adc/axp288_adc.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/drivers/iio/adc/axp288_adc.c b/drivers/iio/adc/axp288_adc.c
    index 4a6cf43..08bcfb0 100644
    --- a/drivers/iio/adc/axp288_adc.c
    +++ b/drivers/iio/adc/axp288_adc.c
    @@ -249,7 +249,6 @@ static struct platform_driver axp288_adc_driver = {
    .id_table = axp288_adc_id_table,
    .driver = {
    .name = "axp288_adc",
    - .owner = THIS_MODULE,
    },
    };

    --
    1.9.1


    \
     
     \ /
      Last update: 2014-11-11 21:01    [W:3.491 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site