From: Lad, Prabhakar Date: Tue, 24 Feb 2015 18:25:00 +0000 (-0300) Subject: [media] media: omap/omap_vout: fix type of input members to omap_vout_setup_vrfb_bufs() X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac0b2b3072bf81c2047beb39f1db7a7d745f2f99;p=pandora-kernel.git [media] media: omap/omap_vout: fix type of input members to omap_vout_setup_vrfb_bufs() the declaration for omap_vout_setup_vrfb_bufs() said it needed 'u32 static_vrfb_allocation' but definition took 'bool static_vrfb_allocation', this patch fixes the declaration so that it matches with the definition and pass a bool instead of int to the call, also included omap_vout_vrfb.h in omap_vout_vrfb.c file so that sparse doesn't complain of making omap_vout_setup_vrfb_bufs() as static function. Signed-off-by: Lad, Prabhakar Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed