From 8a5463ddd9f1e99f821c8ee46a55375adddec594 Mon Sep 17 00:00:00 2001 From: Sam Erickson Date: Tue, 4 Jul 2023 10:10:18 -0500 Subject: [PATCH] include linux/init.h in bottomhalf.c --- examples/bottomhalf.c | 1 + 1 file changed, 1 insertion(+) 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/