include/asm/dma-mapping.h: In function `dma_set_mask': include/asm/dma-mapping.h:126: error: dereferencing pointer to incomplete type include/asm/dma-mapping.h:128: error: dereferencing pointer to incomplete type Signed-off-by: Andrew Morton --- 25-akpm/include/asm-x86_64/dma-mapping.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-x86_64/dma-mapping.h~x86-64-merge-for-268rc2-mm1-fix2 include/asm-x86_64/dma-mapping.h --- 25/include/asm-x86_64/dma-mapping.h~x86-64-merge-for-268rc2-mm1-fix2 2004-08-05 02:27:48.779279656 -0700 +++ 25-akpm/include/asm-x86_64/dma-mapping.h 2004-08-05 02:27:59.872593216 -0700 @@ -7,6 +7,8 @@ */ #include +#include + #include #include #include _