From 6a0111069448a48db9b2cee305cf0fd73f055772 Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <dvlasenk@redhat.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] kernel/locking/locktorture.c: Deinline lock_torture_print_module_parms, save 267 bytes

This function compiles to 126 bytes of machine code.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
---
 kernel/locking/locktorture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c
index 3224418..6394b27 100644
--- a/kernel/locking/locktorture.c
+++ b/kernel/locking/locktorture.c
@@ -583,7 +583,7 @@ static int lock_torture_stats(void *arg)
 	return 0;
 }
 
-static inline void
+static void
 lock_torture_print_module_parms(struct lock_torture_ops *cur_ops,
 				const char *tag)
 {
-- 
2.1.0

