summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98544.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98544.h')
-rw-r--r--src/devices/bus/hp_dio/hp98544.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/bus/hp_dio/hp98544.h b/src/devices/bus/hp_dio/hp98544.h
index 7e718180ea6..a490f765c84 100644
--- a/src/devices/bus/hp_dio/hp98544.h
+++ b/src/devices/bus/hp_dio/hp98544.h
@@ -14,8 +14,7 @@
// ======================> dio16_98544_device
-namespace bus {
- namespace hp_dio {
+namespace bus::hp_dio {
class dio16_98544_device :
public device_t,
@@ -59,7 +58,6 @@ private:
};
} // namespace bus::hp_dio
-} // namespace bus
// device type definition
DECLARE_DEVICE_TYPE_NS(HPDIO_98544, bus::hp_dio, dio16_98544_device)