From patchwork Thu Jun 2 08:31:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jiri Slaby X-Patchwork-Id: 578433 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 DAFC5C433EF for ; Thu, 2 Jun 2022 08:31:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232186AbiFBIb2 (ORCPT ); Thu, 2 Jun 2022 04:31:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232421AbiFBIb1 (ORCPT ); Thu, 2 Jun 2022 04:31:27 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EB01138B6E; Thu, 2 Jun 2022 01:31:26 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 3878A1F8C7; Thu, 2 Jun 2022 08:31:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1654158685; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3unDyzbZ589MLRSeQXv/jCSNpTXtgQDe3o74kbIthGQ=; b=EZJdXUTWsiygvkwMMgJTw+UlWzwWlJZcQIWf+ayDIVOjbAQ29DFVz/X7MXRLbM+vog3v/E raBaolTTl23oEJFkzEFuIfiYnseHdKdNA0up+VsHeqcHlk4am6caxMrsOkoK/OvwpXc4XV 8xZ4tXvcOd6M6DZPB99YW6gezbS6K8Y= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1654158685; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3unDyzbZ589MLRSeQXv/jCSNpTXtgQDe3o74kbIthGQ=; b=zEBSoarSkRJqsE3fP00KKoO2/wbbXIl3SAp1FoeilsGmqhHvkc1jBVqdNcuFtmSqNsI1MI 7w7om4mMz9wFiSCg== Received: from localhost.localdomain (unknown [10.100.208.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 034CC2C141; Thu, 2 Jun 2022 08:31:23 +0000 (UTC) From: Jiri Slaby To: gregkh@linuxfoundation.org Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Slaby , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , =?utf-8?q?Ilpo_J=C3=A4rvinen?= Subject: [PATCH] serial: pmac_zilog: remove unused header Date: Thu, 2 Jun 2022 10:31:20 +0200 Message-Id: <20220602083120.22519-1-jslaby@suse.cz> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org After commit a5ddc498e792 (serial: pmac_zilog: remove unfinished DBDMA support), the header is unused and can be removed. So do so. Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Suggested-by: "Ilpo Järvinen" Signed-off-by: Jiri Slaby --- drivers/tty/serial/pmac_zilog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/tty/serial/pmac_zilog.c b/drivers/tty/serial/pmac_zilog.c index 3133446e806c..f63257b8e872 100644 --- a/drivers/tty/serial/pmac_zilog.c +++ b/drivers/tty/serial/pmac_zilog.c @@ -52,7 +52,6 @@ #ifdef CONFIG_PPC_PMAC #include #include -#include #include #else #include