diff options
Diffstat (limited to 'src/core/dbus-device.c')
-rw-r--r-- | src/core/dbus-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-device.c b/src/core/dbus-device.c index dbd91fe3db..ef484a86b7 100644 --- a/src/core/dbus-device.c +++ b/src/core/dbus-device.c @@ -43,7 +43,7 @@ BUS_UNIT_INTERFACES_LIST \ "org.freedesktop.systemd1.Device\0" -const char bus_device_interface[] _introspect_("Device") = BUS_DEVICE_INTERFACE; +const char bus_device_interface[] = BUS_DEVICE_INTERFACE; const char bus_device_invalidating_properties[] = "SysFSPath\0"; |