]> git.baikalelectronics.ru Git - kernel.git/commitdiff
drm/bochs: Explicitly include linux/module.h
authorMichel Dänzer <mdaenzer@redhat.com>
Wed, 13 Apr 2022 16:12:59 +0000 (18:12 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 9 Jun 2022 05:30:12 +0000 (07:30 +0200)
Instead of relying on it getting pulled in indirectly.

Signed-off-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20220413161259.1854270-1-michel@daenzer.net
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/tiny/bochs.c

index ed971c8bb4463581eff262011a2ff2ea3893f4ab..4f8bf86633df8f593324363e860ca9eb56f544f3 100644 (file)
@@ -1,5 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 
+#include <linux/module.h>
 #include <linux/pci.h>
 
 #include <drm/drm_aperture.h>