projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd63f11
)
drm/bochs: Explicitly include linux/module.h
author
Michel Dänzer
<mdaenzer@redhat.com>
Wed, 13 Apr 2022 16:12:59 +0000
(18:12 +0200)
committer
Gerd 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tiny/bochs.c
b/drivers/gpu/drm/tiny/bochs.c
index ed971c8bb4463581eff262011a2ff2ea3893f4ab..4f8bf86633df8f593324363e860ca9eb56f544f3 100644
(file)
--- 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 <linux/module.h>
#include <linux/pci.h>
#include <drm/drm_aperture.h>