summaryrefslogtreecommitdiff
path: root/src/dev/x86/speaker.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/speaker.hh')
-rw-r--r--src/dev/x86/speaker.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/speaker.hh b/src/dev/x86/speaker.hh
index 6778dcb28..fb7476ca0 100644
--- a/src/dev/x86/speaker.hh
+++ b/src/dev/x86/speaker.hh
@@ -74,6 +74,6 @@ class Speaker : public BasicPioDevice
Tick write(PacketPtr pkt);
};
-}; // namespace X86ISA
+} // namespace X86ISA
#endif //__DEV_X86_SPEAKER_HH__