mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	usb: phy: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
		
							parent
							
								
									59a9e07b0b
								
							
						
					
					
						commit
						a25f10c27c
					
				
					 13 changed files with 0 additions and 13 deletions
				
			
		| 
						 | 
					@ -1505,7 +1505,6 @@ static struct platform_driver ab8500_usb_driver = {
 | 
				
			||||||
	.id_table	= ab8500_usb_devtype,
 | 
						.id_table	= ab8500_usb_devtype,
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.name	= "abx5x0-usb",
 | 
							.name	= "abx5x0-usb",
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -175,7 +175,6 @@ static struct platform_driver am335x_control_driver = {
 | 
				
			||||||
	.probe		= am335x_control_usb_probe,
 | 
						.probe		= am335x_control_usb_probe,
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.name	= "am335x-control-usb",
 | 
							.name	= "am335x-control-usb",
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
		.of_match_table = omap_control_usb_id_table,
 | 
							.of_match_table = omap_control_usb_id_table,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -137,7 +137,6 @@ static struct platform_driver am335x_phy_driver = {
 | 
				
			||||||
	.remove         = am335x_phy_remove,
 | 
						.remove         = am335x_phy_remove,
 | 
				
			||||||
	.driver         = {
 | 
						.driver         = {
 | 
				
			||||||
		.name   = "am335x-phy-driver",
 | 
							.name   = "am335x-phy-driver",
 | 
				
			||||||
		.owner  = THIS_MODULE,
 | 
					 | 
				
			||||||
		.pm = &am335x_pm_ops,
 | 
							.pm = &am335x_pm_ops,
 | 
				
			||||||
		.of_match_table = am335x_phy_ids,
 | 
							.of_match_table = am335x_phy_ids,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -286,7 +286,6 @@ static struct platform_driver usb_phy_generic_driver = {
 | 
				
			||||||
	.remove		= usb_phy_generic_remove,
 | 
						.remove		= usb_phy_generic_remove,
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.name	= "usb_phy_generic",
 | 
							.name	= "usb_phy_generic",
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
		.of_match_table = nop_xceiv_dt_ids,
 | 
							.of_match_table = nop_xceiv_dt_ids,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -380,7 +380,6 @@ MODULE_ALIAS("platform:gpio-vbus");
 | 
				
			||||||
static struct platform_driver gpio_vbus_driver = {
 | 
					static struct platform_driver gpio_vbus_driver = {
 | 
				
			||||||
	.driver = {
 | 
						.driver = {
 | 
				
			||||||
		.name  = "gpio-vbus",
 | 
							.name  = "gpio-vbus",
 | 
				
			||||||
		.owner = THIS_MODULE,
 | 
					 | 
				
			||||||
#ifdef CONFIG_PM
 | 
					#ifdef CONFIG_PM
 | 
				
			||||||
		.pm = &gpio_vbus_dev_pm_ops,
 | 
							.pm = &gpio_vbus_dev_pm_ops,
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -878,7 +878,6 @@ static struct platform_driver omap_otg_driver = {
 | 
				
			||||||
	.probe		= otg_probe,
 | 
						.probe		= otg_probe,
 | 
				
			||||||
	.remove		= otg_remove,
 | 
						.remove		= otg_remove,
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
		.name	= "omap_otg",
 | 
							.name	= "omap_otg",
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -123,7 +123,6 @@ static struct platform_driver keystone_usbphy_driver = {
 | 
				
			||||||
	.remove         = keystone_usbphy_remove,
 | 
						.remove         = keystone_usbphy_remove,
 | 
				
			||||||
	.driver         = {
 | 
						.driver         = {
 | 
				
			||||||
		.name   = "keystone-usbphy",
 | 
							.name   = "keystone-usbphy",
 | 
				
			||||||
		.owner  = THIS_MODULE,
 | 
					 | 
				
			||||||
		.of_match_table = keystone_usbphy_ids,
 | 
							.of_match_table = keystone_usbphy_ids,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -896,7 +896,6 @@ static struct platform_driver mv_otg_driver = {
 | 
				
			||||||
	.probe = mv_otg_probe,
 | 
						.probe = mv_otg_probe,
 | 
				
			||||||
	.remove = mv_otg_remove,
 | 
						.remove = mv_otg_remove,
 | 
				
			||||||
	.driver = {
 | 
						.driver = {
 | 
				
			||||||
		   .owner = THIS_MODULE,
 | 
					 | 
				
			||||||
		   .name = driver_name,
 | 
							   .name = driver_name,
 | 
				
			||||||
		   },
 | 
							   },
 | 
				
			||||||
#ifdef CONFIG_PM
 | 
					#ifdef CONFIG_PM
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -491,7 +491,6 @@ static struct platform_driver mxs_phy_driver = {
 | 
				
			||||||
	.remove = mxs_phy_remove,
 | 
						.remove = mxs_phy_remove,
 | 
				
			||||||
	.driver = {
 | 
						.driver = {
 | 
				
			||||||
		.name = DRIVER_NAME,
 | 
							.name = DRIVER_NAME,
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
		.of_match_table = mxs_phy_dt_ids,
 | 
							.of_match_table = mxs_phy_dt_ids,
 | 
				
			||||||
		.pm = &mxs_phy_pm,
 | 
							.pm = &mxs_phy_pm,
 | 
				
			||||||
	 },
 | 
						 },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -158,7 +158,6 @@ static struct platform_driver omap_otg_driver = {
 | 
				
			||||||
	.probe		= omap_otg_probe,
 | 
						.probe		= omap_otg_probe,
 | 
				
			||||||
	.remove		= omap_otg_remove,
 | 
						.remove		= omap_otg_remove,
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
		.name	= "omap_otg",
 | 
							.name	= "omap_otg",
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -446,7 +446,6 @@ static struct platform_driver tahvo_usb_driver = {
 | 
				
			||||||
	.remove		= tahvo_usb_remove,
 | 
						.remove		= tahvo_usb_remove,
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.name	= "tahvo-usb",
 | 
							.name	= "tahvo-usb",
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
module_platform_driver(tahvo_usb_driver);
 | 
					module_platform_driver(tahvo_usb_driver);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1086,7 +1086,6 @@ static struct platform_driver tegra_usb_phy_driver = {
 | 
				
			||||||
	.remove		= tegra_usb_phy_remove,
 | 
						.remove		= tegra_usb_phy_remove,
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.name	= "tegra-phy",
 | 
							.name	= "tegra-phy",
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
		.of_match_table = tegra_usb_phy_id_table,
 | 
							.of_match_table = tegra_usb_phy_id_table,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -430,7 +430,6 @@ static struct platform_driver twl6030_usb_driver = {
 | 
				
			||||||
	.remove		= twl6030_usb_remove,
 | 
						.remove		= twl6030_usb_remove,
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.name	= "twl6030_usb",
 | 
							.name	= "twl6030_usb",
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
					 | 
				
			||||||
		.of_match_table = of_match_ptr(twl6030_usb_id_table),
 | 
							.of_match_table = of_match_ptr(twl6030_usb_id_table),
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue