From 4cbecde30c1fbeb046e18df4c4f73069e8c1b14e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jun 2014 10:18:06 +0200 Subject: commands: drvinfo: Make locally used function static Signed-off-by: Sascha Hauer --- commands/drvinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/drvinfo.c') 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 #include -int do_drvinfo(int argc, char *argv[]) +static int do_drvinfo(int argc, char *argv[]) { struct driver_d *drv; struct device_d *dev; -- cgit v1.2.3