diff options
Diffstat (limited to 'src/dev/x86/i8042.hh')
-rw-r--r-- | src/dev/x86/i8042.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/i8042.hh b/src/dev/x86/i8042.hh index 8a941f9a5..7aa59e9a7 100644 --- a/src/dev/x86/i8042.hh +++ b/src/dev/x86/i8042.hh @@ -254,6 +254,6 @@ class I8042 : public BasicPioDevice Tick write(PacketPtr pkt); }; -}; // namespace X86ISA +} // namespace X86ISA #endif //__DEV_X86_I8042_HH__ |