Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754862Ab1C1QaE (ORCPT ); Mon, 28 Mar 2011 12:30:04 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:39860 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751237Ab1C1QaD (ORCPT ); Mon, 28 Mar 2011 12:30:03 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=jHcgz8tXV1kGytT19659GwoHZSfOBBQ4/LxLxLlyPO7QcktJBXy7ElkDeMOtRVll4S 10kiTCiB6hz3SchoEQIOSOP6Y2utyn8KoNDT1RL0nn+WK7C5OGddd61cM8OG2JutTIou PNiWqxX/uwfx8u8HzbWn1jXPQ1BlLf9TNAepY= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 02/25]arch:arm Remove version.h since it is unused. Date: Mon, 28 Mar 2011 09:29:25 -0700 Message-Id: <1301329788-3423-3-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1301329788-3423-1-git-send-email-justinmattock@gmail.com> References: <1301329788-3423-1-git-send-email-justinmattock@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1698 Lines: 55 The patch below removes since it is nolonger in the kernel. Signed-off-by: Justin P. Mattock --- arch/arm/include/asm/stackprotector.h | 1 - arch/arm/mach-bcmring/irq.c | 1 - arch/arm/mach-bcmring/timer.c | 1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/stackprotector.h b/arch/arm/include/asm/stackprotector.h index de00332..14c9eb5 100644 --- a/arch/arm/include/asm/stackprotector.h +++ b/arch/arm/include/asm/stackprotector.h @@ -13,7 +13,6 @@ #define _ASM_STACKPROTECTOR_H 1 #include -#include extern unsigned long __stack_chk_guard; diff --git a/arch/arm/mach-bcmring/irq.c b/arch/arm/mach-bcmring/irq.c index 84dcda0..f2d9af8 100644 --- a/arch/arm/mach-bcmring/irq.c +++ b/arch/arm/mach-bcmring/irq.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include diff --git a/arch/arm/mach-bcmring/timer.c b/arch/arm/mach-bcmring/timer.c index 2d415d2..af9c3d7 100644 --- a/arch/arm/mach-bcmring/timer.c +++ b/arch/arm/mach-bcmring/timer.c @@ -12,7 +12,6 @@ * consent. *****************************************************************************/ -#include #include #include #include -- 1.7.4.1 -- 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/