From: Andy Shevchenko Date: Tue, 20 Nov 2018 21:52:34 +0000 (+0200) Subject: serial: ns16550: Group reg_* members of ns16550_platdata X-Git-Tag: v2019.01-rc2~28^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0af761620f2bb0aac739e1f5c2f5c231bc279599;p=oweals%2Fu-boot.git 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 Reviewed-by: Simon Glass --- diff --git a/include/ns16550.h b/include/ns16550.h index 5fcbcd2e74..f565645d65 100644 --- a/include/ns16550.h +++ b/include/ns16550.h @@ -55,8 +55,8 @@ struct ns16550_platdata { unsigned long base; int reg_shift; - int clock; int reg_offset; + int clock; u32 fcr; };