summaryrefslogtreecommitdiff
path: root/include/dm/platform_data/lpc32xx_hsuart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/lpc32xx_hsuart.h')
-rw-r--r--include/dm/platform_data/lpc32xx_hsuart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dm/platform_data/lpc32xx_hsuart.h b/include/dm/platform_data/lpc32xx_hsuart.h
index 9bfd62833c..6f41e0e734 100644
--- a/include/dm/platform_data/lpc32xx_hsuart.h
+++ b/include/dm/platform_data/lpc32xx_hsuart.h
@@ -7,11 +7,11 @@
#define _LPC32XX_HSUART_PLAT_H
/**
- * struct lpc32xx_hsuart_platdata - NXP LPC32xx HSUART platform data
+ * struct lpc32xx_hsuart_plat - NXP LPC32xx HSUART platform data
*
* @base: Base register address
*/
-struct lpc32xx_hsuart_platdata {
+struct lpc32xx_hsuart_plat {
unsigned long base;
};