From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37B09C4332F for ; Wed, 19 Oct 2022 14:54:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231825AbiJSOy4 (ORCPT ); Wed, 19 Oct 2022 10:54:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231962AbiJSOyD (ORCPT ); Wed, 19 Oct 2022 10:54:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA06C16084E for ; Wed, 19 Oct 2022 07:45:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 18045B822B8 for ; Wed, 19 Oct 2022 14:45:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1E04C433D6; Wed, 19 Oct 2022 14:45:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666190721; bh=HRv1w9sVKhzl0I06514+nrn2V5MpzamfNaLLpfMRNFw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dUVedYK28DyLQFAhLTdoU05pvBWO9DitjpbOb8JzQG0rYinRyOQYW8XUrZm8sdISS pHZP8crjkawtgVIAtmphn7eWfzxKaJ7CTUU2S1G9GPA0AXwd+gc9IXip3gwVICksIJ CpCx5UHBGI0LW5JlHM64DpgueY9nyf5DYGBgJb4XsKhA3o9kz2rtxCu1BTIlGMpbgZ QUOtEP4eSNFRgOmhS08jE/mKxzysUGSZV81voZOkdFQi3J//TzXzXqUaWYMDH9GEFL FHYOVqHjIs4YPsvI+pd5z8qbLgbyLYKDpRpXWaZDoI+uqYTFBBzENoHvL+3aJDpCqa M4lWEG8698ayg== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Arnd Bergmann , linux-kernel@vger.kernel.org Subject: [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries Date: Wed, 19 Oct 2022 16:43:47 +0200 Message-Id: <20221019144505.3848435-1-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnd Bergmann Going through the entries of recently removed machine types, I found these two that were removed a long time ago. Signed-off-by: Arnd Bergmann --- MAINTAINERS | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index cf0f18502372..aedb7c008dd6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1798,16 +1798,6 @@ M: Lennert Buytenhek L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained -ARM/AFEB9260 MACHINE SUPPORT -M: Sergey Lapin -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -S: Maintained - -ARM/AJECO 1ARM MACHINE SUPPORT -M: Lennert Buytenhek -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -S: Maintained - ARM/Allwinner SoC Clock Support M: Emilio López S: Maintained -- 2.29.2