summaryrefslogtreecommitdiff
path: root/include/dm/platform_data/serial_pl01x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/serial_pl01x.h')
-rw-r--r--include/dm/platform_data/serial_pl01x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/platform_data/serial_pl01x.h b/include/dm/platform_data/serial_pl01x.h
index 77d96c49f0..e3d4e308a1 100644
--- a/include/dm/platform_data/serial_pl01x.h
+++ b/include/dm/platform_data/serial_pl01x.h
@@ -20,7 +20,7 @@ enum pl01x_type {
* @skip_init: Don't attempt to change port configuration (also means @clock
* is ignored)
*/
-struct pl01x_serial_platdata {
+struct pl01x_serial_plat {
unsigned long base;
enum pl01x_type type;
unsigned int clock;