diff options
author | ian <ian@FreeBSD.org> | 2014-04-26 17:56:39 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-04-26 17:56:39 +0000 |
commit | 24dc3149a6bd063d74c432f2e2957b33a6449bff (patch) | |
tree | 43639806812b439f813e582d753c68345d6ee43d /sys/dev/uart | |
parent | 8cfa31fa1eb2d7cea30f2c9a8ce87962c85f3091 (diff) | |
download | FreeBSD-src-24dc3149a6bd063d74c432f2e2957b33a6449bff.zip FreeBSD-src-24dc3149a6bd063d74c432f2e2957b33a6449bff.tar.gz |
The freescale imx uart driver works for the whole i.MX family, so rename the
header file to not have "5xx" in the name.
Diffstat (limited to 'sys/dev/uart')
-rw-r--r-- | sys/dev/uart/uart_dev_imx.c | 2 | ||||
-rw-r--r-- | sys/dev/uart/uart_dev_imx.h (renamed from sys/dev/uart/uart_dev_imx5xx.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_dev_imx.c b/sys/dev/uart/uart_dev_imx.c index 9740922..79ea0cc 100644 --- a/sys/dev/uart/uart_dev_imx.c +++ b/sys/dev/uart/uart_dev_imx.c @@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$"); #include <dev/uart/uart_cpu.h> #include <dev/uart/uart_bus.h> -#include <dev/uart/uart_dev_imx5xx.h> +#include <dev/uart/uart_dev_imx.h> #include "uart_if.h" /* diff --git a/sys/dev/uart/uart_dev_imx5xx.h b/sys/dev/uart/uart_dev_imx.h index ac24a3f..ac24a3f 100644 --- a/sys/dev/uart/uart_dev_imx5xx.h +++ b/sys/dev/uart/uart_dev_imx.h |