OSDN Git Service

drm/nouveu: fix swiotlb include
authorChristian König <christian.koenig@amd.com>
Fri, 30 Oct 2020 11:11:38 +0000 (12:11 +0100)
committerChristian König <christian.koenig@amd.com>
Mon, 2 Nov 2020 10:43:44 +0000 (11:43 +0100)
commit4dbafbd30aefcc1e56086875c5aa940490c0a9c3
treed748d5a67a8b04cf9570d072a88fb8179d8dbc05
parenta17d609e3e216c406f7c0cec2a94086a4401ac06
drm/nouveu: fix swiotlb include

The check for swiotlb has moved to nouveu_ttm.c, but we forgot to move
the include as well.

This blows up only when merged with linux-next, not sure why drm-misc-next
works stand alone.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/397835/
drivers/gpu/drm/nouveau/nouveau_bo.c
drivers/gpu/drm/nouveau/nouveau_ttm.c