Browse Source

staging: media: omap4iss: 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>
Wolfram Sang 10 năm trước cách đây
mục cha
commit
b096ba9534
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/staging/media/omap4iss/iss.c

+ 0 - 1
drivers/staging/media/omap4iss/iss.c

@@ -1476,7 +1476,6 @@ static struct platform_driver iss_driver = {
 	.remove		= iss_remove,
 	.id_table	= omap4iss_id_table,
 	.driver = {
-		.owner	= THIS_MODULE,
 		.name	= "omap4iss",
 	},
 };