diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:28:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:28:03 +0000 |
commit | cca57a53e33f77c01378141be449db3a365393dc (patch) | |
tree | 2781d07fd15486b99da574efd21c3a53ebc44006 /testsuite/module-playground/mod-foo-b.c | |
parent | Adding debian version 32-1. (diff) | |
download | kmod-cca57a53e33f77c01378141be449db3a365393dc.tar.xz kmod-cca57a53e33f77c01378141be449db3a365393dc.zip |
Merging upstream version 32+20240327.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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; |