projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5bb4f8
)
serial: ns16550: Group reg_* members of ns16550_platdata
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Tue, 20 Nov 2018 21:52:34 +0000
(23:52 +0200)
committer
Simon Glass
<sjg@chromium.org>
Wed, 5 Dec 2018 13:08:35 +0000
(06:08 -0700)
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>
include/ns16550.h
patch
|
blob
|
history
diff --git
a/include/ns16550.h
b/include/ns16550.h
index 5fcbcd2e74e3a2965eda64905416f1f2b792d4bc..f565645d65be5c17caeed3a5879a0bde6df40dfc 100644
(file)
--- 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;
};