]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libudev/libudev-list.c
Remove 'inline' attributes from static functions in .c files (#11426)
[thirdparty/systemd.git] / src / libudev / libudev-list.c
index 5f6726c2d8262c205c827930faeca433f96460a8..273732618781beaca5566863af98ef4d1c389795 100644 (file)
@@ -61,7 +61,7 @@ static void udev_list_node_remove(struct udev_list_node *entry) {
 }
 
 /* return list entry which embeds this node */
-static inline struct udev_list_entry *list_node_to_entry(struct udev_list_node *node) {
+static struct udev_list_entry *list_node_to_entry(struct udev_list_node *node) {
         return container_of(node, struct udev_list_entry, node);
 }