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)
commitbfae6cc48afa5bc22703c93af70b27501900f56a
tree2d83c036b74947e463fbc1e29697f437084c1ee0
parent10bb90fa30e6e4479a06982e074bb8b3b981301d
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