Re: [PATCH WIP 4/7] drm/exynos: exynos DPTX hw

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux SoC Development]     [Linux Rockchip Development]     [Linux for Synopsys ARC Processors]    
  • [Linux on Unisoc (RDA Micro) SoCs]     [Linux Actions SoC]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Linux SCSI]     [Yosemite News]

  •   Powered by Linux