diff options
Diffstat (limited to 'drivers/extcon/extcon-max8997.c')
-rw-r--r-- | drivers/extcon/extcon-max8997.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c index 75e501c98005..fc1678fa95c4 100644 --- a/drivers/extcon/extcon-max8997.c +++ b/drivers/extcon/extcon-max8997.c | |||
@@ -792,7 +792,6 @@ static int max8997_muic_remove(struct platform_device *pdev) | |||
792 | static struct platform_driver max8997_muic_driver = { | 792 | static struct platform_driver max8997_muic_driver = { |
793 | .driver = { | 793 | .driver = { |
794 | .name = DEV_NAME, | 794 | .name = DEV_NAME, |
795 | .owner = THIS_MODULE, | ||
796 | }, | 795 | }, |
797 | .probe = max8997_muic_probe, | 796 | .probe = max8997_muic_probe, |
798 | .remove = max8997_muic_remove, | 797 | .remove = max8997_muic_remove, |