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 33dc5d3..a9c1469 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 } } -int mdev_main(int argc, char **argv); +int mdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int mdev_main(int argc, char **argv) { char *action; |