]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/tiny/simpledrm.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / gpu / drm / tiny / simpledrm.c
index 3182d32f1b8f73136fe83717a484d34a620529e3..4d4f05dee244c1d5f0c57bebd50a3313d7d6c550 100644 (file)
@@ -1066,7 +1066,7 @@ static struct platform_driver simpledrm_platform_driver = {
                .of_match_table = simpledrm_of_match_table,
        },
        .probe = simpledrm_probe,
-       .remove_new = simpledrm_remove,
+       .remove = simpledrm_remove,
 };
 
 module_platform_driver(simpledrm_platform_driver);
This page took 0.02769 seconds and 4 git commands to generate.