summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98644.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98644.h')
-rw-r--r--src/devices/bus/hp_dio/hp98644.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/bus/hp_dio/hp98644.h b/src/devices/bus/hp_dio/hp98644.h
index f34ff193588..6cd99123b92 100644
--- a/src/devices/bus/hp_dio/hp98644.h
+++ b/src/devices/bus/hp_dio/hp98644.h
@@ -15,8 +15,7 @@
// ======================> dio16_98644_device
-namespace bus {
- namespace hp_dio {
+namespace bus::hp_dio {
class dio16_98644_device :
public device_t,
@@ -53,7 +52,6 @@ private:
};
} // namespace bus::hp_dio
-} // namespace bus
// device type definition
DECLARE_DEVICE_TYPE_NS(HPDIO_98644, bus::hp_dio, dio16_98644_device)