summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-06-06 06:37:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-06 06:37:09 +0200
commit811a79e07e0c98b176c00cc57fb986f19c7544bd (patch)
tree86537a39f3c84eb024e44cf9c578b78bab67111f /commands
parentb085ae5e641aaf71a92e2f4e1f255ecb17ed24e7 (diff)
parent13eb0229c1367106e1407ff17d5a5b62a696999e (diff)
downloadbarebox-811a79e07e0c98b176c00cc57fb986f19c7544bd.tar.gz
barebox-811a79e07e0c98b176c00cc57fb986f19c7544bd.tar.xz
Merge branch 'pu/warnings'
Diffstat (limited to 'commands')
-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;