Hi Laurent. > > + > > +MODULE_DEVICE_TABLE(of, ls037v7dw01_of_match); > > + > > +static struct platform_driver ls037v7dw01_driver = { > > + .probe = ls037v7dw01_probe, > > + .remove = __exit_p(ls037v7dw01_remove), I hope _exit_p() is not needed. No other panel drivers use it as far as I could see. Sam