From: Dave Airlie Date: Wed, 5 Apr 2006 08:12:18 +0000 (+1000) Subject: drm: drm_pci needs dma-mapping.h X-Git-Tag: v2.6.17-rc2~8^2~4 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=195b3a2d57b81d30e3129575ef6c8a95b2c936b7;p=linux-2.6-omap-h63xx.git drm: drm_pci needs dma-mapping.h On alpha: WARNING: "dma_free_coherent" [drivers/char/drm/drm.ko] undefined! WARNING: "dma_alloc_coherent" [drivers/char/drm/drm.ko] undefined! Signed-off-by: Andrew Morton Signed-off-by: Dave Airlie --- diff --git a/drivers/char/drm/drm_pci.c b/drivers/char/drm/drm_pci.c index b28ca9cea8a..86a0f1c2209 100644 --- a/drivers/char/drm/drm_pci.c +++ b/drivers/char/drm/drm_pci.c @@ -37,6 +37,7 @@ */ #include +#include #include "drmP.h" /**********************************************************************/