From: Sam Erickson Date: Tue, 4 Jul 2023 15:10:18 +0000 (-0500) Subject: include linux/init.h in bottomhalf.c X-Git-Tag: latest~28^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=8a5463ddd9f1e99f821c8ee46a55375adddec594;p=lkmpg include linux/init.h in bottomhalf.c --- diff --git a/examples/bottomhalf.c b/examples/bottomhalf.c index a4cbf5e..75b4e29 100644 --- a/examples/bottomhalf.c +++ b/examples/bottomhalf.c @@ -13,6 +13,7 @@ #include #include #include +#include /* Macro DECLARE_TASKLET_OLD exists for compatibiity. * See https://lwn.net/Articles/830964/