diff options
Diffstat (limited to 'src/dev/x86/i8254.hh')
-rw-r--r-- | src/dev/x86/i8254.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/i8254.hh b/src/dev/x86/i8254.hh index 7de20dfd4..e295f5105 100644 --- a/src/dev/x86/i8254.hh +++ b/src/dev/x86/i8254.hh @@ -111,6 +111,6 @@ class I8254 : public BasicPioDevice } }; -}; // namespace X86ISA +} // namespace X86ISA #endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__ |