From: Hans Verkuil Date: Sat, 13 Apr 2013 08:19:41 +0000 (-0300) Subject: [media] cx25821: fix compiler warning X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~104^2^2~16^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170bd5330383ce62127ef5b6eeeab9afebd7b838;p=pandora-kernel.git [media] cx25821: fix compiler warning drivers/media/pci/cx25821/cx25821-video.c: In function ‘cx25821_video_register’: drivers/media/pci/cx25821/cx25821-video.c:518:1: warning: the frame size of 1600 bytes is larger than 1024 bytes [-Wframe-larger-than=] Fixed by just making the struct video_device template static const. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed