From: Russell King - ARM Linux Date: Mon, 3 Jan 2011 22:34:07 +0000 (+0000) Subject: ARM: PL08x: remove unnecessary includes X-Git-Tag: v2.6.38-rc1~25^2~11^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730404ac1c47403af67420705980c99e90bf182f;p=pandora-kernel.git ARM: PL08x: remove unnecessary includes We don't need to include linux/pci.h as we aren't a PCI driver. We aren't doing any processor specific functions, so asm/processor.h is not required. asm/cacheflush.h shouldn't be used, we have the DMA API for this. DMA interfaces aren't required as we're only implementing the dmaengine API and not a platform-private DMA API. Signed-off-by: Russell King Acked-by: Linus Walleij Signed-off-by: Dan Williams --- Reading git-diff-tree failed