summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-04-26 17:56:39 +0000
committerian <ian@FreeBSD.org>2014-04-26 17:56:39 +0000
commit24dc3149a6bd063d74c432f2e2957b33a6449bff (patch)
tree43639806812b439f813e582d753c68345d6ee43d /sys/dev/uart
parent8cfa31fa1eb2d7cea30f2c9a8ce87962c85f3091 (diff)
downloadFreeBSD-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.c2
-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
OpenPOWER on IntegriCloud