From: Arnd Bergmann Date: Thu, 14 Feb 2013 17:13:15 +0000 (+0100) Subject: [media] davinci: do not include mach/hardware.h X-Git-Tag: v3.9-rc1~119^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c38cd8729c90495687ad027a993099d9972ffbf1;p=pandora-kernel.git [media] davinci: do not include mach/hardware.h It is now possible to build the davinci vpss code on multiplatform kernels, which causes a problem since the driver tries to incude the davinci platform specific mach/hardware.h file. Fortunately that file is not required at all in the driver, so we can simply remove the #include statement. Without this patch, building allyesconfig results in: drivers/media/platform/davinci/vpss.c:28:27: fatal error: mach/hardware.h: No such file or directory compilation terminated. Signed-off-by: Arnd Bergmann Acked-by: "Lad, Prabhakar" Acked-by: Tony Lindgren Cc: Mauro Carvalho Chehab --- Reading git-diff-tree failed