summaryrefslogtreecommitdiff
path: root/src/dev/x86/i82094aa.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/i82094aa.hh')
-rw-r--r--src/dev/x86/i82094aa.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/i82094aa.hh b/src/dev/x86/i82094aa.hh
index c3a832aa9..70717f6ba 100644
--- a/src/dev/x86/i82094aa.hh
+++ b/src/dev/x86/i82094aa.hh
@@ -132,6 +132,6 @@ class I82094AA : public PioDevice, public IntDev
void registerLocalApic(int id, Interrupts *localApic);
};
-}; // namespace X86ISA
+} // namespace X86ISA
#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__