diff options
Diffstat (limited to 'lib/test_ida.c')
-rw-r--r-- | lib/test_ida.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_ida.c b/lib/test_ida.c index 55105baa19..072a49897e 100644 --- a/lib/test_ida.c +++ b/lib/test_ida.c @@ -13,7 +13,7 @@ static unsigned int tests_run; static unsigned int tests_passed; #ifdef __KERNEL__ -void ida_dump(struct ida *ida) { } +static void ida_dump(struct ida *ida) { } #endif #define IDA_BUG_ON(ida, x) do { \ tests_run++; \ |