9
0
Fork 0

ratp: use proper defines for BAREBOX_CMD

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2016-03-02 21:50:37 +01:00 committed by Sascha Hauer
parent 3969140abd
commit 4189af5812
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{