projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744583e
)
drm/virtio: module_param_named() requires linux/moduleparam.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 28 Aug 2019 08:55:16 +0000
(18:55 +1000)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 28 Aug 2019 09:11:57 +0000
(11:11 +0200)
Fixes: 3e93bc2a58aa ("drm/virtio: make resource id workaround runtime switchable.")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link:
http://patchwork.freedesktop.org/patch/msgid/20190828185516.22b03da8@canb.auug.org.au
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/virtio/virtgpu_object.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/virtio/virtgpu_object.c
b/drivers/gpu/drm/virtio/virtgpu_object.c
index e98aaa00578d01d9df303e446dc82c01c8b565ce..ab33b65167f696b0311e43dd7aa69774fdd72852 100644
(file)
--- a/
drivers/gpu/drm/virtio/virtgpu_object.c
+++ b/
drivers/gpu/drm/virtio/virtgpu_object.c
@@
-23,6
+23,8
@@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <linux/moduleparam.h>
+
#include <drm/ttm/ttm_execbuf_util.h>
#include "virtgpu_drv.h"