From: Lad, Prabhakar Date: Mon, 17 Jun 2013 14:20:41 +0000 (-0300) Subject: [media] media: davinci: vpif: remove unwanted header mach/hardware.h and sort the... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=01105690c40ceafc28df15e8b3eae6cd668229d5;p=openwrt%2Fstaging%2Fblogic.git [media] media: davinci: vpif: remove unwanted header mach/hardware.h and sort the includes alphabetically This patch removes unwanted header include of mach/hardware.h and along side sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/davinci/vpif.c b/drivers/media/platform/davinci/vpif.c index ea82a8bd2803..761c8259a8af 100644 --- a/drivers/media/platform/davinci/vpif.c +++ b/drivers/media/platform/davinci/vpif.c @@ -17,18 +17,16 @@ * GNU General Public License for more details. */ +#include #include +#include +#include #include #include -#include -#include -#include -#include #include +#include #include -#include - #include "vpif.h" MODULE_DESCRIPTION("TI DaVinci Video Port Interface driver");