diff options
Diffstat (limited to 'src/dev/x86/i8237.hh')
-rw-r--r-- | src/dev/x86/i8237.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/i8237.hh b/src/dev/x86/i8237.hh index 2d73b8ab5..1db91236a 100644 --- a/src/dev/x86/i8237.hh +++ b/src/dev/x86/i8237.hh @@ -61,6 +61,6 @@ class I8237 : public BasicPioDevice Tick write(PacketPtr pkt); }; -}; // namespace X86ISA +} // namespace X86ISA #endif //__DEV_X86_I8237_HH__ |