Skip to content

Commit

Permalink
Include linux/kconfig.h during module build tests
Browse files Browse the repository at this point in the history
Signed-off-by: Coleman Kane <ckane@colemankane.org>
  • Loading branch information
ckane committed Aug 4, 2023
1 parent e47e9bb commit 98291cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/kernel.m4
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ dnl # ZFS_LINUX_TEST_PROGRAM(C)([PROLOGUE], [BODY])
dnl #
m4_define([ZFS_LINUX_TEST_PROGRAM], [
#include <linux/module.h>
#include <linux/kconfig.h>
$1
int
Expand Down

0 comments on commit 98291cc

Please sign in to comment.