diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-01-20 22:40:40 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-01-20 22:40:40 -0600 |
commit | 3898c79cb27f21bc552a341d3d8c26af52263257 (patch) | |
tree | 08e5371a2aa28772afd1bc1b88e54eb284badfa5 /Makefile | |
parent | i386: add serial port support (diff) | |
download | box-3898c79cb27f21bc552a341d3d8c26af52263257.tar.gz box-3898c79cb27f21bc552a341d3d8c26af52263257.tar.zst box-3898c79cb27f21bc552a341d3d8c26af52263257.zip |
serial: don't declare serial_init as static
The function serial_init should not be declared as static. This function
could change under a different architecture and should be defined with
the target architecture.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions