]> Git Repo - linux.git/blobdiff - drivers/tty/serial/esp32_uart.c
Linux 6.14-rc3
[linux.git] / drivers / tty / serial / esp32_uart.c
index 8c86cf9cb7630cbc884f87ed595f7aea54d6fdb8..667c2198a03a51e9b88fa760868a123601994897 100644 (file)
@@ -743,7 +743,7 @@ static void esp32_uart_remove(struct platform_device *pdev)
 
 static struct platform_driver esp32_uart_driver = {
        .probe          = esp32_uart_probe,
-       .remove_new     = esp32_uart_remove,
+       .remove         = esp32_uart_remove,
        .driver         = {
                .name   = DRIVER_NAME,
                .of_match_table = esp32_uart_dt_ids,
This page took 0.032725 seconds and 4 git commands to generate.