From 2737650a69f0c56d325c2d9cfd45eef099fbd581 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Thu, 11 Jul 2013 21:56:39 -0500 Subject: dev/arm: get rid of AmbaDev namespace It was confusing having an AmbaDev namespace along with an AmbaDevice class. The namespace stuff is now moved in to a new base AmbaDevice class, which is a mixin for classes AmbaPioDevice (the former AmbaDevice) and AmbaDmaDevice to provide the readId function as an inherited member function. Committed by: Nilay Vaish --- src/dev/arm/timer_sp804.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dev/arm/timer_sp804.hh') diff --git a/src/dev/arm/timer_sp804.hh b/src/dev/arm/timer_sp804.hh index c000985bd..03dc20ec1 100644 --- a/src/dev/arm/timer_sp804.hh +++ b/src/dev/arm/timer_sp804.hh @@ -49,7 +49,7 @@ class BaseGic; -class Sp804 : public AmbaDevice +class Sp804 : public AmbaPioDevice { protected: class Timer -- cgit v1.2.3