From patchwork Wed Apr 7 13:47:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1463343 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-ide-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4FFm0K6NQPz9sWS for ; Wed, 7 Apr 2021 23:46:57 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243136AbhDGNrF (ORCPT ); Wed, 7 Apr 2021 09:47:05 -0400 Received: from mga07.intel.com ([134.134.136.100]:15225 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230142AbhDGNrE (ORCPT ); Wed, 7 Apr 2021 09:47:04 -0400 IronPort-SDR: i8sm+2zfLpMV+zazkImUf3hI0WEp6/uwPR9bFYiKsfIktUkV/a2W39T7A54PckoMuB/f22vDjO oMlKP3Uw5QxQ== X-IronPort-AV: E=McAfee;i="6000,8403,9947"; a="257294490" X-IronPort-AV: E=Sophos;i="5.82,203,1613462400"; d="scan'208";a="257294490" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2021 06:46:54 -0700 IronPort-SDR: kMBIirvaSjG+DQejpM94NQUxNVyTb+7EmWvRRwj3POLzovONat6TwNlKZpTzeT7g8CSTg4EFPN itgXAKpBUR1g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,203,1613462400"; d="scan'208";a="448256023" Received: from black.fi.intel.com ([10.237.72.28]) by FMSMGA003.fm.intel.com with ESMTP; 07 Apr 2021 06:46:53 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id B84EC12A; Wed, 7 Apr 2021 16:47:08 +0300 (EEST) From: Andy Shevchenko To: Andy Shevchenko , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Jens Axboe Subject: [PATCH v1 1/1] ata: Drop unneeded inclusion of kernel.h in the header Date: Wed, 7 Apr 2021 16:47:06 +0300 Message-Id: <20210407134706.81383-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org There is no need to have kernel.h included, I do not see any direct users of it in ata.h. Drop unneeded inclusion of kernel.h. Signed-off-by: Andy Shevchenko Reported-by: kernel test robot --- include/linux/ata.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/ata.h b/include/linux/ata.h index 6e67aded28f8..21142b17245f 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h @@ -13,7 +13,6 @@ #ifndef __LINUX_ATA_H__ #define __LINUX_ATA_H__ -#include #include #include #include