Hello, On Wed, Oct 02, 2024 at 02:33:24PM +0900, Kwanghoon Son wrote: > +struct platform_driver dp_driver = { > + .probe = exynos_drm_dp_probe, > + .remove_new = exynos_drm_dp_remove, > + .driver = { > + .name = DEV_NAME, > + .owner = THIS_MODULE, > + .of_match_table = exynos_drm_dp_match, > + }, > +}; Since commit 0edb555a65d1, .remove_new isn't supposed to be used. Please use .remove instead. (By just doing s/remove_new/remove/.) Best regards Uwe
Attachment:
signature.asc
Description: PGP signature