提交 0af76162 编写于 作者: A Andy Shevchenko 提交者: Simon Glass

serial: ns16550: Group reg_* members of ns16550_platdata

Group reg_* members of struct ns16550_platdata together for better maintenance.

No functional change intended.
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 d5bb4f86
......@@ -55,8 +55,8 @@
struct ns16550_platdata {
unsigned long base;
int reg_shift;
int clock;
int reg_offset;
int clock;
u32 fcr;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册