summaryrefslogtreecommitdiff
path: root/include/dm/platform_data/serial_mxc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/serial_mxc.h')
-rw-r--r--include/dm/platform_data/serial_mxc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/platform_data/serial_mxc.h b/include/dm/platform_data/serial_mxc.h
index 86cd3bcf62..cc59eeb1dd 100644
--- a/include/dm/platform_data/serial_mxc.h
+++ b/include/dm/platform_data/serial_mxc.h
@@ -7,7 +7,7 @@
#define __serial_mxc_h
/* Information about a serial port */
-struct mxc_serial_platdata {
+struct mxc_serial_plat {
struct mxc_uart *reg; /* address of registers in physical memory */
bool use_dte;
};