[PATCH 5/5] ratp: use proper defines for BAREBOX_CMD

Lucas Stach dev at lynxeye.de
Wed Mar 2 12:50:37 PST 2016


Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
 common/ratp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/ratp.c b/common/ratp.c
index 2fef3cc..edd20dc 100644
--- a/common/ratp.c
+++ b/common/ratp.c
@@ -410,7 +410,7 @@ static int do_ratp_close(int argc, char *argv[])
 
 BAREBOX_CMD_START(ratp_close)
 	.cmd	= do_ratp_close,
-};
+BAREBOX_CMD_END
 
 int barebox_ratp_fs_call(struct ratp_bb_pkt *tx, struct ratp_bb_pkt **rx)
 {
-- 
2.5.0




More information about the barebox mailing list