From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756577Ab0CXQ7N (ORCPT ); Wed, 24 Mar 2010 12:59:13 -0400 Received: from acsinet11.oracle.com ([141.146.126.233]:19206 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932138Ab0CXQ7L (ORCPT ); Wed, 24 Mar 2010 12:59:11 -0400 Message-ID: <4BAA449F.1060506@oracle.com> Date: Wed, 24 Mar 2010 09:58:07 -0700 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: akpm@linux-foundation.org CC: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, shu.lin@conexant.com, hiep.huynh@conexant.com, Linux Media Mailing List Subject: Re: mmotm 2010-03-23-15-34 uploaded (staging vs. media) References: <201003232301.o2NN1bms031050@imap1.linux-foundation.org> In-Reply-To: <201003232301.o2NN1bms031050@imap1.linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4BAA44CC.00FC:SCFMA4539814,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/23/10 15:34, akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2010-03-23-15-34 has been uploaded to > > http://userweb.kernel.org/~akpm/mmotm/ > > and will soon be available at > > git://zen-kernel.org/kernel/mmotm.git drivers/staging/cx25821/cx25821-video.c:89:struct cx25821_fmt *format_by_fourcc(unsigned int fourcc) (not static) conflicts with (has the same non-static name as) drivers/media/common/saa7146_video.c:87:struct saa7146_format* format_by_fourcc(struct saa7146_dev *dev, int fourcc) so when both of these drivers are built into the kernel image: (.text+0x6360): multiple definition of `format_by_fourcc' -- ~Randy