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