Skip to content

Commit

Permalink
iio/axp288_adc: remove THIS_MODULE owner
Browse files Browse the repository at this point in the history
This is no longer needed in that platform driver_register will do it.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Jacob Pan authored and Lee Jones committed Nov 18, 2014
1 parent ff3bbc5 commit 8019f69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/adc/axp288_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ static struct platform_driver axp288_adc_driver = {
.id_table = axp288_adc_id_table,
.driver = {
.name = "axp288_adc",
.owner = THIS_MODULE,
},
};

Expand Down

0 comments on commit 8019f69

Please sign in to comment.