X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fdev%2Fuart8250.hh;h=7d577954cf6c3b1157e185cc327afe911242400f;hb=d2fd3b2ec2c265eb9ed3bdcc1db3e4c3feee3846;hp=f31def2eaf7e6a259998862da9cdb6a145244d1e;hpb=07cf9d914b292008ead7021182ec2ef8fc4671f1;p=gem5.git diff --git a/src/dev/uart8250.hh b/src/dev/uart8250.hh index f31def2ea..7d577954c 100644 --- a/src/dev/uart8250.hh +++ b/src/dev/uart8250.hh @@ -35,7 +35,6 @@ #ifndef __DEV_UART8250_HH__ #define __DEV_UART8250_HH__ -#include "base/range.hh" #include "dev/io_device.hh" #include "dev/uart.hh" #include "params/Uart8250.hh" @@ -100,7 +99,7 @@ class Uart8250 : public Uart virtual Tick read(PacketPtr pkt); virtual Tick write(PacketPtr pkt); - virtual AddrRangeList getAddrRanges(); + virtual AddrRangeList getAddrRanges() const; /** * Inform the uart that there is data available.