Skip to content

Commit

Permalink
drm/virtio: module_param_named() requires linux/moduleparam.h
Browse files Browse the repository at this point in the history
Fixes: 3e93bc2 ("drm/virtio: make resource id workaround runtime switchable.")
Signed-off-by: Stephen Rothwell <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
sfrothwell authored and kraxel committed Aug 28, 2019
1 parent 744583e commit b013836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/virtio/virtgpu_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b013836

Please sign in to comment.