9
0
Fork 0

commands: drvinfo: Make locally used function static

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-06-05 10:18:06 +02:00
parent 3aa17a1e18
commit 4cbecde30c
1 changed files with 1 additions and 1 deletions

View File

@ -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;