diff options
Diffstat (limited to 'kernel/drivers/tty/serial/cpm_uart')
-rw-r--r-- | kernel/drivers/tty/serial/cpm_uart/cpm_uart_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/drivers/tty/serial/cpm_uart/cpm_uart_core.c b/kernel/drivers/tty/serial/cpm_uart/cpm_uart_core.c index 08431adea..d3e3d42c0 100644 --- a/kernel/drivers/tty/serial/cpm_uart/cpm_uart_core.c +++ b/kernel/drivers/tty/serial/cpm_uart/cpm_uart_core.c @@ -1450,6 +1450,7 @@ static const struct of_device_id cpm_uart_match[] = { }, {} }; +MODULE_DEVICE_TABLE(of, cpm_uart_match); static struct platform_driver cpm_uart_driver = { .driver = { |