DaVinci: remove unneeded #include's
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Fri, 2 Oct 2009 18:05:29 +0000 (22:05 +0400)
committerKevin Hilman <khilman@deeprootsystems.com>
Wed, 25 Nov 2009 18:21:31 +0000 (10:21 -0800)
There have accumulated quite a lot of them after the code reorganizations...

In several cases I had to replace #include <linux/dma-mapping.h> which wasn't
needed directly but happened to #include <linux/err.h> which was needed.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>

No differences found