From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754875Ab2LKVu0 (ORCPT ); Tue, 11 Dec 2012 16:50:26 -0500 Received: from smtp-02.mandic.com.br ([200.225.81.133]:49716 "EHLO smtp-02.mandic.com.br" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753787Ab2LKVuR (ORCPT ); Tue, 11 Dec 2012 16:50:17 -0500 From: Cesar Eduardo Barros To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Joe Perches , Cesar Eduardo Barros , Russell King , linux-arm-kernel@lists.infradead.org Subject: [PATCH 02/19] MAINTAINERS: remove arch/arm/common/time-acorn.c Date: Tue, 11 Dec 2012 19:49:44 -0200 Message-Id: <1355262601-4263-3-git-send-email-cesarb@cesarb.net> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1355262601-4263-1-git-send-email-cesarb@cesarb.net> References: <1355262601-4263-1-git-send-email-cesarb@cesarb.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This file was moved to arch/arm/mach-rpc/time.c by commit a1be5d6 (ARM: riscpc: move time-acorn.c to mach-rpc), and the pattern for arch/arm/mach-rpc/ already exists. Cc: Russell King Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Cesar Eduardo Barros --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 217630e..f4890a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1050,7 +1050,6 @@ M: Russell King L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) W: http://www.arm.linux.org.uk/ S: Maintained -F: arch/arm/common/time-acorn.c F: arch/arm/include/asm/hardware/entry-macro-iomd.S F: arch/arm/include/asm/hardware/ioc.h F: arch/arm/include/asm/hardware/iomd.h -- 1.7.11.7