]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbc645fa13233e80affe71d73cde3b2de66826382
treed748d5a67a8b04cf9570d072a88fb8179d8dbc05
parent7d043265a02ca6815e3b94a8f3c287c2f6432d9e
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