--- zzzz-none-000/linux-3.10.107/drivers/input/serio/at32psif.c	2017-06-27 09:49:32.000000000 +0000
+++ scorpion-7490-727/linux-3.10.107/drivers/input/serio/at32psif.c	2021-02-04 17:41:59.000000000 +0000
@@ -314,8 +314,6 @@
 	clk_put(psif->pclk);
 	kfree(psif);
 
-	platform_set_drvdata(pdev, NULL);
-
 	return 0;
 }
 
@@ -354,7 +352,6 @@
 	.remove		= __exit_p(psif_remove),
 	.driver		= {
 		.name	= "atmel_psif",
-		.owner	= THIS_MODULE,
 		.pm	= &psif_pm_ops,
 	},
 };