Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757983AbYGFP6r (ORCPT ); Sun, 6 Jul 2008 11:58:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756818AbYGFP6j (ORCPT ); Sun, 6 Jul 2008 11:58:39 -0400 Received: from wx-out-0506.google.com ([66.249.82.231]:49516 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756786AbYGFP6i (ORCPT ); Sun, 6 Jul 2008 11:58:38 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=AphLJ6EIVed3pA/aoGSi5ceR6U9g13tW1IKIZ4tMP5yUI0sqw6/B5VGWzfVy/KMIto f5jbany3mo73ssbcQrlzHJYI5MYfYnckC/OljhWPPDNaVvJ9HHi62lpDCcDDNz+nQEj0 Ph565S6nHu3WjxHi1etGzW8E8EMCoEn/X1iq8= Message-ID: Date: Sun, 6 Jul 2008 19:58:36 +0400 From: "Alexander Beregalov" To: rmk+kernel@arm.linux.org.uk, dbaryshkov@gmail.com, kernel-janitors@vger.kernel.org, "Linux Kernel Mailing List" Subject: [PATCH] [ARM] Tosa: remove double inclusion of linux/delay.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 826 Lines: 26 From: Alexander Beregalov The patch applies to the linux-next tree. [ARM] Tosa: Remove double inclusion of linux/delay.h Signed-off-by: Alexander Beregalov --- diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c index 86f1ea5..f4d9d77 100644 --- a/arch/arm/mach-pxa/tosa.c +++ b/arch/arm/mach-pxa/tosa.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include -- 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/