commit | 119e7efc488903ea35fff7e7b7e8ef0425af6d55 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 22 19:30:18 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | c530f264e978855ea1793787015a6051cf11884f | |
parent | 3d6990600cf2a15b17c2566ef9b5db00d37fd7e2 [diff] |
serial: Update NS16550_t and struct NS16550 Typedefs should not be used in U-Boot and structs should be lower case. Update the code to use struct ns16550 consistently. Put a header guard on the file while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>