diff options
author | Gabe Black <gabeblack@google.com> | 2019-10-28 19:57:25 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-10-30 08:51:02 +0000 |
commit | b0bd2796bcbca90e551ab2e7f49321603bd61b38 (patch) | |
tree | 948acdc1d008a70f6ef7509049736c1f00045d3e /src/dev/serial | |
parent | 1c8ce99ac3a19bb93df13aa6b0b0c976bfe56e89 (diff) | |
download | gem5-b0bd2796bcbca90e551ab2e7f49321603bd61b38.tar.xz |
dev: Stop including config/the_isa.hh unnecessarily.
This file was included in a few files which didn't use TheISA.
Change-Id: Ib296b88dc6cfe9d487ee31cf385bb872d2cffaf2
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22270
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'src/dev/serial')
-rw-r--r-- | src/dev/serial/uart8250.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dev/serial/uart8250.cc b/src/dev/serial/uart8250.cc index 41ae3bd81..fa5313db2 100644 --- a/src/dev/serial/uart8250.cc +++ b/src/dev/serial/uart8250.cc @@ -39,7 +39,6 @@ #include "base/inifile.hh" #include "base/trace.hh" -#include "config/the_isa.hh" #include "debug/Uart.hh" #include "dev/platform.hh" #include "mem/packet.hh" |