From: Shuah Khan Date: Tue, 13 Jan 2015 02:56:55 +0000 (-0300) Subject: [media] media: fix au0828 compile error from au0828_boards initialization X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~131^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc1022f51e20af7e2aab58aae108fe976a5d00a;p=pandora-kernel.git [media] media: fix au0828 compile error from au0828_boards initialization au0828 picked up UNSET from videobuf-core.h and fails to compile if videobuf-core.h isn't included. Change it to use -1U instead to fix the problem. drivers/media/usb/au0828/au0828-cards.c:47:17: error: ‘UNSET’ undeclared here (not in a function) .tuner_type = UNSET, Signed-off-by: Shuah Khan Acked-by: Lad, Prabhakar Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed