diff options
Diffstat (limited to 'testsuite/module-playground/mod-foo-b.c')
-rw-r--r-- | testsuite/module-playground/mod-foo-b.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/module-playground/mod-foo-b.c b/testsuite/module-playground/mod-foo-b.c index 09079f6..0c92b1b 100644 --- a/testsuite/module-playground/mod-foo-b.c +++ b/testsuite/module-playground/mod-foo-b.c @@ -4,6 +4,8 @@ #include <linux/module.h> #include <linux/printk.h> +void print_fooB(void); + static int __init foo_init(void) { return 0; |