summaryrefslogtreecommitdiffstats
path: root/testsuite/module-playground/mod-foo-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/module-playground/mod-foo-c.c')
-rw-r--r--testsuite/module-playground/mod-foo-c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/module-playground/mod-foo-c.c b/testsuite/module-playground/mod-foo-c.c
index 3afd35d..a8917c8 100644
--- a/testsuite/module-playground/mod-foo-c.c
+++ b/testsuite/module-playground/mod-foo-c.c
@@ -4,6 +4,8 @@
#include <linux/module.h>
#include <linux/printk.h>
+void print_fooC(void);
+
static int __init foo_init(void)
{
return 0;