]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
logind-device: remove unneeded 'struct'
authorMike Yuan <me@yhndnzj.com>
Sat, 2 Mar 2024 15:44:14 +0000 (23:44 +0800)
committerMike Yuan <me@yhndnzj.com>
Sat, 2 Mar 2024 15:50:26 +0000 (23:50 +0800)
src/login/logind-device.h

index 0d89613d77070c47cbefd99a0ce9a6986e5cb34d..f96c4dbfb69aac4e6c876d2051f557e499473cc2 100644 (file)
@@ -16,7 +16,7 @@ struct Device {
 
         dual_timestamp timestamp;
 
-        LIST_FIELDS(struct Device, devices);
+        LIST_FIELDS(Device, devices);
         LIST_HEAD(SessionDevice, session_devices);
 };