serial: altera_uart: Use KBUILD_MODNAME
authorTobias Klauser <tklauser@distanz.ch>
Thu, 5 Dec 2024 09:11:38 +0000 (10:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 14:39:57 +0000 (15:39 +0100)
commitbc9c7e56a14ba71027256c4b48e0590e0c29798f
treeb84d0500051a058a6ddb4fba54f41f6031c8ad03
parent535a07698b8b3e6f305673102d297262cae2360a
serial: altera_uart: Use KBUILD_MODNAME

There is no need to redefine the driver name. Use KBUILD_MODNAME and get
rid of DRV_NAME altogether.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Link: https://lore.kernel.org/r/20241205091138.25894-1-tklauser@distanz.ch
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/altera_uart.c