]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/udev-builtin-keyboard.c
Remove 'inline' attributes from static functions in .c files (#11426)
[thirdparty/systemd.git] / src / udev / udev-builtin-keyboard.c
index 1eb91f0a788f82957ae19802df1f5915fda66bfc..d80cdd26aa7da1f303cf0e495b5d209e1952c1a4 100644 (file)
@@ -89,7 +89,7 @@ static int map_keycode(sd_device *dev, int fd, int scancode, const char *keycode
         return 0;
 }
 
-static inline char* parse_token(const char *current, int32_t *val_out) {
+static char* parse_token(const char *current, int32_t *val_out) {
         char *next;
         int32_t val;