From patchwork Thu Jun 15 01:01:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Le Moal X-Patchwork-Id: 1795166 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-ide-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=LBXJcce/; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4QhPB20LX7z20Wy for ; Thu, 15 Jun 2023 11:01:14 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236211AbjFOBBM (ORCPT ); Wed, 14 Jun 2023 21:01:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229558AbjFOBBM (ORCPT ); Wed, 14 Jun 2023 21:01:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9746226A4; Wed, 14 Jun 2023 18:01:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3488661D9A; Thu, 15 Jun 2023 01:01:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1512C433C8; Thu, 15 Jun 2023 01:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686790870; bh=CHWOfhN3gHK0RrGxwQdkL//1UwkERDYlcxlOmTnOIu8=; h=From:To:Cc:Subject:Date:From; b=LBXJcce/p9h01t2F1M22U19+VdYK+lJM0Ki7ykpycMILzuWt1lvRD5eZg4LB+Z7Yy en0pJxusWQNCc6/U+VKxZfOLLrQAwWliqHJ3uiDpIcd/57ji4AhPnmlHdHJ0eRFcZ+ j1Z0+Ixn+kNMN/bO/O4Y7X1Q+L2LX/OjRaWrMj1W18WTBX4Jd+jkk91/ltZVnRfmoG YhOQsvkN+FsqjPg/X5NZRm3M4iY5PJ3xnmJfW53rFQ3Dv2xhxyTVvHCzmdd2TleKTV pGndDstyo/qWH1IoFc5h+0EFXIuNL9yuGemmktZiiPbZQ04nwhOIC33R/EXJxvaeFY lpRoQz9yCIH8A== From: Damien Le Moal To: linux-ide@vger.kernel.org Cc: Sergey Shtylyov , Rob Herring , linux-mips@vger.kernel.org Subject: [PATCH] ata: ahci_octeon: Remove unnecessary include Date: Thu, 15 Jun 2023 10:01:08 +0900 Message-Id: <20230615010108.77319-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org asm/octeon/octeon.h already includes asm/bitfield.h, so there is no need to include this latter file in ahci_octeon.c as the code does not directly use the __BITFIELD_FIELD macro defined in it. Signed-off-by: Damien Le Moal --- drivers/ata/ahci_octeon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/ata/ahci_octeon.c b/drivers/ata/ahci_octeon.c index 5021ab3ede49..e89807fa928e 100644 --- a/drivers/ata/ahci_octeon.c +++ b/drivers/ata/ahci_octeon.c @@ -16,7 +16,6 @@ #include #include -#include #define CVMX_SATA_UCTL_SHIM_CFG 0xE8