]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: serial: Move priv into a header file
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:39:53 +0000 (10:39 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit4932a879ffbf9ecc077df4927a1effec8611a1be
tree2d83c036b74947e463fbc1e29697f437084c1ee0
parent7abac9e5d2efeec8bfce36c5cbd455cf1c1af79e
sandbox: serial: Move priv into a header file

Move this struct into a header file so that dtoc can include it in its
dt-platdata.c file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
arch/sandbox/include/asm/serial.h [new file with mode: 0644]
drivers/serial/sandbox.c