From: Mauro Carvalho Chehab Date: Tue, 2 Sep 2014 21:01:05 +0000 (-0300) Subject: [media] vivid: comment the unused g_edid/s_edid functions X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~348 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1c423a54b5b3a6c9c9561c7ef32aee0fda7253;p=pandora-kernel.git [media] vivid: comment the unused g_edid/s_edid functions Those non-static functions aren't used anywhere yet. Comment them while they're unused. Solves the following warnings: drivers/media/platform/vivid/vivid-vid-out.c:1120:5: warning: no previous prototype for 'vivid_vid_out_g_edid' [-Wmissing-prototypes] int vivid_vid_out_g_edid(struct file *file, void *_fh, ^ drivers/media/platform/vivid/vivid-vid-out.c:1152:5: warning: no previous prototype for 'vivid_vid_out_s_edid' [-Wmissing-prototypes] int vivid_vid_out_s_edid(struct file *file, void *_fh, ^ Cc: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed