
20 Nov
2018
20 Nov
'18
10:52 p.m.
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 --- include/ns16550.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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; };
--
2.19.1