aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r--util-linux/mdev.c2
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
290int mdev_main(int argc, char **argv); 290int mdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
291int mdev_main(int argc, char **argv) 291int mdev_main(int argc, char **argv)
292{ 292{
293 char *action; 293 char *action;