1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Andy Shevchenko
2018-11-20 23:52:34 +02:00
committed by Simon Glass
parent d5bb4f862b
commit 0af761620f

View File

@@ -55,8 +55,8 @@
struct ns16550_platdata {
unsigned long base;
int reg_shift;
int clock;
int reg_offset;
int clock;
u32 fcr;
};