From: Jean Delvare Date: Tue, 6 Mar 2007 10:45:12 +0000 (-0800) Subject: PCI: scatterlist.h needs types.h X-Git-Tag: v2.6.22-rc1~1039^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9dfd281a7e12f6d9b53b5a28649b3a3c76a70e6;p=pandora-kernel.git PCI: scatterlist.h needs types.h Most architectures' scatterlist.h use the type dma_addr_t, but omit to include which defines it. This could lead to build failures, so let's add the missing includes. Signed-off-by: Jean Delvare Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed