dev: Remove using namespace TheISA in uart8250.cc.
authorGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 02:54:28 +0000 (19:54 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 17 Oct 2018 20:18:29 +0000 (20:18 +0000)
Nothing in that file is in the TheISA namespace, so there's no reason
to use using on it.

Change-Id: I279c27af86509f75ac4e340956381041a0dbcdc4
Reviewed-on: https://gem5-review.googlesource.com/c/13537
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

src/dev/serial/uart8250.cc

index 6b0d019805eb17d4bec524ad58b2d10207ef336b..41ae3bd8168fa2d5eeea1e20b38ef9a3ee52f8bd 100644 (file)
@@ -46,7 +46,6 @@
 #include "mem/packet_access.hh"
 
 using namespace std;
-using namespace TheISA;
 
 void
 Uart8250::processIntrEvent(int intrBit)