From patchwork Wed May 25 13:37:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 576211 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4305CC433F5 for ; Wed, 25 May 2022 13:35:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233095AbiEYNfT (ORCPT ); Wed, 25 May 2022 09:35:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244416AbiEYNfR (ORCPT ); Wed, 25 May 2022 09:35:17 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B467360B94; Wed, 25 May 2022 06:35:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1653485716; x=1685021716; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jkBj8ysM/XsQcxMgdKHTqDMJDz4jqO5aSUJT7CWKlFg=; b=d2Wexmgd2XtDcWpCtFBnRoT5G5K6hA2nzCva7aSqwXjsw+0x4toDC1mW EvRvE6/h6xQx/zyfukTHOp2KW8LragmnjZvyIOaN7il93bKSWtz0OU6uJ RC1cPRLcXQhoVT21PQ6LSSgCRtbUtwADfI7V3wZI7g1gQiu1FpJW6WLHX CnP4tvnCbKt9486iWW1VYhObGsiGypHTrjHU7vIHfHvkngIOaUmbyUMfm ZQDMH8zqOHUU8SwMtpXyU1t+gg4y0AUZnZhoG3eKHMV/BET4dW2AHsUDp 2XEQ9lLYZLY/aOu7Ax5GDwYVd33XQAQxVPFbaRyB8HrSGGS+p35WSSgIh Q==; X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="97276335" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 25 May 2022 06:35:16 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Wed, 25 May 2022 06:35:15 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Wed, 25 May 2022 06:35:13 -0700 From: Claudiu Beznea To: , , , , , CC: , , , Claudiu Beznea Subject: [PATCH 3/3] serial: st-asc: remove include of pm_runtime.h Date: Wed, 25 May 2022 16:37:33 +0300 Message-ID: <20220525133733.1051714-4-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220525133733.1051714-1-claudiu.beznea@microchip.com> References: <20220525133733.1051714-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org st-asc driver doesn't use helpers from pm_runtime.h thus remove its include. Signed-off-by: Claudiu Beznea Reviewed-by: Patrice Chotard --- drivers/tty/serial/st-asc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/tty/serial/st-asc.c b/drivers/tty/serial/st-asc.c index 1b0da603ab54..cce42f4c9bc2 100644 --- a/drivers/tty/serial/st-asc.c +++ b/drivers/tty/serial/st-asc.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include