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)
commited0a295c59349f8b055d3fe2da8e55838f3a6e7f
tree977ef2e2ddee8cc29d3c1d6a77a8d18ca80b55c8
parent2bcb2b031d4419e87337b25936a09228955dc715
dev: Remove using namespace TheISA in uart8250.cc.

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