diff options
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 33dc5d38f..a9c146942 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -287,7 +287,7 @@ static void load_firmware(const char *const firmware, const char *const sysfs_pa | |||
287 | } | 287 | } |
288 | } | 288 | } |
289 | 289 | ||
290 | int mdev_main(int argc, char **argv); | 290 | int mdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
291 | int mdev_main(int argc, char **argv) | 291 | int mdev_main(int argc, char **argv) |
292 | { | 292 | { |
293 | char *action; | 293 | char *action; |