--- zzzz-none-000/linux-3.10.107/drivers/input/touchscreen/w90p910_ts.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/input/touchscreen/w90p910_ts.c 2021-02-04 17:41:59.000000000 +0000 @@ -318,8 +318,6 @@ input_unregister_device(w90p910_ts->input); kfree(w90p910_ts); - platform_set_drvdata(pdev, NULL); - return 0; } @@ -328,7 +326,6 @@ .remove = w90x900ts_remove, .driver = { .name = "nuc900-ts", - .owner = THIS_MODULE, }, }; module_platform_driver(w90x900ts_driver);