diff options
author | aqua <aqua@iserlohn-fortress.net> | 2023-06-29 21:45:11 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2023-06-29 21:45:11 +0300 |
commit | eb84566d236df6b0dd4f5ce8fc47d66e55e33654 (patch) | |
tree | 7e03ca126781c67336edf9f3ce6888aad23f74e4 /i686/sys | |
parent | Rework leaf makefiles to be included from top-level (diff) | |
download | kernel-eb84566d236df6b0dd4f5ce8fc47d66e55e33654.tar.xz |
Fix compiler warnings
Diffstat (limited to 'i686/sys')
-rw-r--r-- | i686/sys/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i686/sys/io.h b/i686/sys/io.h index 403dc54..4ff5d85 100644 --- a/i686/sys/io.h +++ b/i686/sys/io.h @@ -9,7 +9,7 @@ enum UART { COM5 = 0x5f8, COM6 = 0x4f8, COM7 = 0x5e8, - COM8 = 0x4e8, + COM8 = 0x4e8 }; static __inline__ void |