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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F3371C2BD09 for ; Mon, 1 Jul 2024 05:56:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=wbNl1mwH84TBusIkc0TTSLLhtgp8oAglBk3w20pHOik=; b=OJuPtnrrX2yXYgsqrrzXlQxlIr J4crt9ZISjnbEOnGYF3VWF7t9NsTm4klb2PSSfrhd+Jv8GLDk8mRL3do+9CpXnin+cGF/Zi5RrkOy RzPXqUArKRuNETy1o8bFiqdjlt1fg+OBLgmaxdtVH4JdFPQ/lQvtM7rZWo6H5rU3Qvw/IpQpT9Y++ yh59edLQJ0Q6V1igXdC+dkjVL+3BGR7sTt0BhTTgWj3MtN5hlJZ0AUyRgcuAxQJg2L1ibOpZfsllC 9uUNSpOFyDlXvDB7JE+VYOpnBtIhBtS/4MwVoDP+UKuysDq86UZf2mMcV0LntOMVFGHpoBtkTztMk +FbNaE1g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOA16-00000001nf5-34vb; Mon, 01 Jul 2024 05:55:56 +0000 Received: from 2a02-8389-2341-5b80-ec0f-1986-7d09-2a29.cable.dynamic.v6.surfer.at ([2a02:8389:2341:5b80:ec0f:1986:7d09:2a29] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOA0u-00000001nbQ-2JhY; Mon, 01 Jul 2024 05:55:47 +0000 From: Christoph Hellwig To: Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: remove unused ioremap-related code and export (resend) Date: Mon, 1 Jul 2024 07:55:37 +0200 Message-ID: <20240701055542.1315167-1-hch@lst.de> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Russell, this series removes one unused function and one unused export from the ARM ioremap code. Unchanged resend of the series from the previous merge window. Subject: include/asm/mach/map.h | 7 ------- mm/ioremap.c | 8 -------- mm/mmu.c | 1 - 3 files changed, 16 deletions(-)