From: Michel Dänzer Date: Wed, 13 Apr 2022 16:12:59 +0000 (+0200) Subject: drm/bochs: Explicitly include linux/module.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=430ac054e5ea172a880e07da494f65f0b80d8fb8;p=linux.git drm/bochs: Explicitly include linux/module.h Instead of relying on it getting pulled in indirectly. Signed-off-by: Michel Dänzer Reviewed-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/20220413161259.1854270-1-michel@daenzer.net Signed-off-by: Gerd Hoffmann --- diff --git a/drivers/gpu/drm/tiny/bochs.c b/drivers/gpu/drm/tiny/bochs.c index ed971c8bb4463..4f8bf86633df8 100644 --- a/drivers/gpu/drm/tiny/bochs.c +++ b/drivers/gpu/drm/tiny/bochs.c @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later +#include #include #include