Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755567AbYFYA3e (ORCPT ); Tue, 24 Jun 2008 20:29:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752321AbYFYA3Y (ORCPT ); Tue, 24 Jun 2008 20:29:24 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:12967 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750770AbYFYA3X (ORCPT ); Tue, 24 Jun 2008 20:29:23 -0400 Date: Tue, 24 Jun 2008 17:24:14 -0700 From: Randy Dunlap To: Stephen Rothwell , v4l-dvb-maintainer@linuxtv.org Cc: linux-next@vger.kernel.org, LKML , hverkuil@xs4all.nl, ivtv-devel@ivtvdriver.org Subject: Re: linux-next: Tree for June 24 (ivtv) Message-Id: <20080624172414.22c91416.randy.dunlap@oracle.com> In-Reply-To: <20080624175612.cdf29651.sfr@canb.auug.org.au> References: <20080624175612.cdf29651.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 20 ivtv-ioctl.c uses struct fields that are protected by CONFIG_VIDEO_ADV_DEBUG even when that config option is not set, causing: build-r2146.out:/local/linsrc/linux-next-20080624/drivers/media/video/ivtv/ivtv-ioc tl.c:1899: error: 'struct video_device' has no member named 'vidioc_g_register' build-r2146.out:/local/linsrc/linux-next-20080624/drivers/media/video/ivtv/ivtv-ioc tl.c:1900: error: 'struct video_device' has no member named 'vidioc_s_register' build-r2146.out:make[5]: *** [drivers/media/video/ivtv/ivtv-ioctl.o] Error 1 --- ~Randy Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA http://linuxplumbersconf.org/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/