From patchwork Tue Aug 18 06:36:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zenghui Yu X-Patchwork-Id: 11720073 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BC347722 for ; Tue, 18 Aug 2020 06:36:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF752207FF for ; Tue, 18 Aug 2020 06:36:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726398AbgHRGgu (ORCPT ); Tue, 18 Aug 2020 02:36:50 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:35316 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726519AbgHRGgq (ORCPT ); Tue, 18 Aug 2020 02:36:46 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id AB9B1CB4D72242937965; Tue, 18 Aug 2020 14:36:43 +0800 (CST) Received: from DESKTOP-8RFUVS3.china.huawei.com (10.174.185.226) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Tue, 18 Aug 2020 14:36:34 +0800 From: Zenghui Yu To: , , CC: , , , , Zenghui Yu Subject: [PATCH v2 0/2] ACPI/IORT: Code cleanups Date: Tue, 18 Aug 2020 14:36:23 +0800 Message-ID: <20200818063625.980-1-yuzenghui@huawei.com> X-Mailer: git-send-email 2.23.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.185.226] X-CFilter-Loop: Reflected Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org * From v1 [1]: - As pointed out by Hanjun, remove two now unused inline functions. Compile tested with CONFIG_IOMMU_API is not selected. [1] https://lore.kernel.org/r/20200817105946.1511-1-yuzenghui@huawei.com Zenghui Yu (2): ACPI/IORT: Drop the unused @ops of iort_add_device_replay() ACPI/IORT: Remove the unused inline functions drivers/acpi/arm64/iort.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) Acked-by: Hanjun Guo Acked-by: Lorenzo Pieralisi