From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: manual merge of the v4l-dvb tree with Linus' tree Date: Tue, 6 Jul 2010 12:01:13 +1000 Message-ID: <20100706120113.407d588c.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from chilli.pcug.org.au ([203.10.76.44]:41339 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752354Ab0GFCBS (ORCPT ); Mon, 5 Jul 2010 22:01:18 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: Mauro Carvalho Chehab Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Tejun Heo Hi Mauro, Today's linux-next merge of the v4l-dvb tree got a conflict in drivers/staging/tm6000/tm6000-alsa.c between commit 4ef09889d7b4c7be2aa3e132efb77029f51c95b7 ("v4l-dvb: update gfp/slab.h includes") from Linus' tree and commit 813605a98db924123530784d29964e99a705482d ("tm6000-alsa: rework audio buffer allocation/deallocation") from the v4l-dvb tree. Just overlapping additions. I fixed ti up (see below) and can carry the fix for a while. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc drivers/staging/tm6000/tm6000-alsa.c index 273e26e,aa38577..0000000 --- a/drivers/staging/tm6000/tm6000-alsa.c +++ b/drivers/staging/tm6000/tm6000-alsa.c @@@ -15,7 -15,7 +15,8 @@@ #include #include #include +#include + #include #include #include