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 3FC0EC54E64 for ; Thu, 28 Mar 2024 08:48:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=7K6e3m2/e8kOIDNPj1cHgo44rH15xeNPZNjJ0Fjn1i4=; b=nxsGFH/vNqCQIH CX1Sqa8CQum9Bl2slkBoaIpsnWGRy/AAlS1lCNb0Nvskvq/tQo9eoxBQCg+o06+LsijZumUCPO11A ey0iLs8K20IvuT9aO1etXe6UEVy9+cNzjKqTOBgJOKbmSaWd+1yqwB+zxvo64pQdvvqMS8t/2Qa/S UlfDXyYWPPs0DVkIyIrv0IBxKwMKVWuCake5jl0VyQT8GaQZr9shmW8JtrPLkTaVVFQYkLVXg3d4f aXfP1fmxM9+0hMZCn1bRtZ2Acqy/uQ2mVpBFQFpS+6fxXxQkxqY/s8Ye62kkmhJKcDpOqc8n6Kds/ v5GCmg18APyp+wB+k/Ow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rplR7-0000000D97Z-3jaZ; Thu, 28 Mar 2024 08:48:37 +0000 Received: from 2a02-8389-2341-5b80-39d3-4735-9a3c-88d8.cable.dynamic.v6.surfer.at ([2a02:8389:2341:5b80:39d3:4735:9a3c:88d8] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.97.1 #2 (Red Hat Linux)) id 1rplR4-0000000D950-1vmb; Thu, 28 Mar 2024 08:48:35 +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 Date: Thu, 28 Mar 2024 09:48:29 +0100 Message-Id: <20240328084831.2955605-1-hch@lst.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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. Subject: include/asm/mach/map.h | 7 ------- mm/ioremap.c | 8 -------- mm/mmu.c | 1 - 3 files changed, 16 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel