Commit b0138364 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Gerd Hoffmann

drm/virtio: module_param_named() requires linux/moduleparam.h

Fixes: 3e93bc2a ("drm/virtio: make resource id workaround runtime switchable.")
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Link: http://patchwork.freedesktop.org/patch/msgid/20190828185516.22b03da8@canb.auug.org.auSigned-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 744583ec
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment