From: Mike Yuan Date: Sat, 2 Mar 2024 15:44:14 +0000 (+0800) Subject: logind-device: remove unneeded 'struct' X-Git-Tag: v256-rc1~661^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9c0c29d0bba46754352b0c829f06ce6f767abf;p=thirdparty%2Fsystemd.git logind-device: remove unneeded 'struct' --- diff --git a/src/login/logind-device.h b/src/login/logind-device.h index 0d89613d770..f96c4dbfb69 100644 --- a/src/login/logind-device.h +++ b/src/login/logind-device.h @@ -16,7 +16,7 @@ struct Device { dual_timestamp timestamp; - LIST_FIELDS(struct Device, devices); + LIST_FIELDS(Device, devices); LIST_HEAD(SessionDevice, session_devices); };