mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
In Linux v6.11, the 'platform_driver' structure 'remove' callback was updated to return void instead of 'int'. Fix the build for Linux v6.11 by simply removing the 'remove' callback for the Tegra SE KDS driver because it does nothing. Bug 4749580 Change-Id: Ic335005a99ff7387053bfb78c994bbabafba7b81 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3242554 Reviewed-by: Akhil R <akhilrajeev@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>