[PATCH] poweroff: fix cmd_poweroff() arguments type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This fixes a bug introduced with:

commit d5efef69b6449edcf44f45372c42dba861c35537
Author: Antony Pavlov <antonynpavlov@xxxxxxxxx>
Date:   Wed Jun 13 23:43:07 2012 +0400

    add 'poweroff' command

    Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx>
    Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>

Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx>
---
 commands/poweroff.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/poweroff.c b/commands/poweroff.c
index cd5542b..ebb146c 100644
--- a/commands/poweroff.c
+++ b/commands/poweroff.c
@@ -23,7 +23,7 @@
 #include <common.h>
 #include <command.h>
 
-static int cmd_poweroff(struct command *cmdtp, int argc, char *argv[])
+static int cmd_poweroff(int argc, char *argv[])
 {
 	poweroff();
 
-- 
1.7.10


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox


[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux