From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753809AbYIBSgN (ORCPT ); Tue, 2 Sep 2008 14:36:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751422AbYIBSf6 (ORCPT ); Tue, 2 Sep 2008 14:35:58 -0400 Received: from yx-out-2324.google.com ([74.125.44.28]:54482 "EHLO yx-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134AbYIBSf5 (ORCPT ); Tue, 2 Sep 2008 14:35:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=Jt/a8MZmehbqTGMfz8MQeDkVPNPkSEPnxkVOvI/fWPzYFZDJGf39ZmEupL4XMrJU97 GJuBjBurL5I3Eu7TlcPt10wmi7zkU0r4d/Pnf2Q5+BNARFxx5xh3dUtI37hl+7ff++cz Bx0NV1YBOQte6D7zUX8srcvz3Dj3jkdLRHN2M= Subject: Re: [PATCH 1/2] byteorder: add a new include/linux/swab.h to define byteswapping functions From: Harvey Harrison To: Hans Verkuil Cc: Linus Torvalds , LKML , v4l , Mauro Carvalho Chehab In-Reply-To: <200808301436.22322.hverkuil@xs4all.nl> References: <1218324197.24441.20.camel@brick> <200808301436.22322.hverkuil@xs4all.nl> Content-Type: text/plain Date: Tue, 02 Sep 2008 11:35:52 -0700 Message-Id: <1220380552.2137.3.camel@brick> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Harvey Harrison Subject: [buildfix-PATCH] byteorder: remove direct includes of linux/byteorder/swabb.h All of the functionality has been collected in linux/swab.h Signed-off-by: Harvey Harrison --- drivers/media/dvb/ttpci/av7110.c | 2 +- kernel/rcupreempt.c | 2 +- tests/rcutorture.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index c0a1746..792a175 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include diff --git a/kernel/rcupreempt.c b/kernel/rcupreempt.c index ca4bbbe..494d0e8 100644 --- a/kernel/rcupreempt.c +++ b/kernel/rcupreempt.c @@ -54,7 +54,7 @@ #include #include #include -#include +#include #include #include diff --git a/tests/rcutorture.c b/tests/rcutorture.c index 90b5b12..67856af 100644 --- a/tests/rcutorture.c +++ b/tests/rcutorture.c @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include -- 1.6.0.1.400.ga23d3