diff options
| author | Simon Rettberg | 2022-03-04 11:58:03 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2022-03-04 12:05:59 +0100 |
| commit | 46a0f97d263ecc750a1b107940c6b379d221e661 (patch) | |
| tree | 2469c3acbc029889285b99e300512167ee78c62e /src/kernel/xloop_main_5.15.c | |
| parent | Split xloop_main into separate files for pre-5.15 and 5.15+ (diff) | |
| download | xloop-46a0f97d263ecc750a1b107940c6b379d221e661.tar.gz xloop-46a0f97d263ecc750a1b107940c6b379d221e661.tar.xz xloop-46a0f97d263ecc750a1b107940c6b379d221e661.zip | |
Add support for RHEL 8.5
Diffstat (limited to 'src/kernel/xloop_main_5.15.c')
| -rw-r--r-- | src/kernel/xloop_main_5.15.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kernel/xloop_main_5.15.c b/src/kernel/xloop_main_5.15.c index d133709..9866c2b 100644 --- a/src/kernel/xloop_main_5.15.c +++ b/src/kernel/xloop_main_5.15.c @@ -53,8 +53,6 @@ * */ -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt - #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/sched.h> |
