From 9ecc306d7eeeb3bb612b968250f203093a721781 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 18 Jul 2016 15:30:53 -0300 Subject: Imported Upstream version 16.07-rc3 Change-Id: I321148bfa234858ba1986d109470b7aa280cd429 Signed-off-by: Ricardo Salveti Signed-off-by: Christian Ehrhardt --- app/test/test_byteorder.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'app/test/test_byteorder.c') diff --git a/app/test/test_byteorder.c b/app/test/test_byteorder.c index a088489b..8ae31142 100644 --- a/app/test/test_byteorder.c +++ b/app/test/test_byteorder.c @@ -92,8 +92,4 @@ test_byteorder(void) return 0; } -static struct test_command byteorder_cmd = { - .command = "byteorder_autotest", - .callback = test_byteorder, -}; -REGISTER_TEST_COMMAND(byteorder_cmd); +REGISTER_TEST_COMMAND(byteorder_autotest, test_byteorder); -- cgit 1.2.3-korg