summaryrefslogtreecommitdiff
path: root/src/dev/x86/cmos.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/cmos.hh')
-rw-r--r--src/dev/x86/cmos.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/cmos.hh b/src/dev/x86/cmos.hh
index 76276dbc1..22cd9e3af 100644
--- a/src/dev/x86/cmos.hh
+++ b/src/dev/x86/cmos.hh
@@ -84,6 +84,6 @@ class Cmos : public BasicPioDevice
Tick write(PacketPtr pkt);
};
-}; // namespace X86ISA
+} // namespace X86ISA
#endif //__DEV_X86_CMOS_HH__