summaryrefslogtreecommitdiffstats
path: root/commands/drvinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/drvinfo.c')
-rw-r--r--commands/drvinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/drvinfo.c b/commands/drvinfo.c
index 161118a63e..4a4b957537 100644
--- a/commands/drvinfo.c
+++ b/commands/drvinfo.c
@@ -18,7 +18,7 @@
#include <command.h>
#include <driver.h>
-int do_drvinfo(int argc, char *argv[])
+static int do_drvinfo(int argc, char *argv[])
{
struct driver_d *drv;
struct device_d *dev;