From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B52F0C433E1 for ; Sun, 26 Jul 2020 16:59:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8861D206D8 for ; Sun, 26 Jul 2020 16:59:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=crapouillou.net header.i=@crapouillou.net header.b="QtVxTnDb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726117AbgGZQ7H (ORCPT ); Sun, 26 Jul 2020 12:59:07 -0400 Received: from crapouillou.net ([89.234.176.41]:59356 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726042AbgGZQ7H (ORCPT ); Sun, 26 Jul 2020 12:59:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1595782745; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=DbBpSLw5/JLX90h2KR5FyFQ8Zg2QkV+H5IhMCbYo81U=; b=QtVxTnDbFwPkZtSct8zNzmgxmD5h+8PByu4dgypb1ULQeVZQKGWkldlEotF0lM13uHrBI/ /B28lYgcIeGk8jt+nQN1FF3kmAAQ7rrP8oYXcH1MyhOqPoRdGRFO4OOmzEglSI0BzlGQtS aYwRAC8D57Eu1GmQX8f6tluwELj/VmE= From: Paul Cercueil To: Thomas Bogendoerfer Cc: Arnd Bergmann , od@zcrc.me, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil Subject: [PATCH 1/2] MIPS: ath79: Remove unused include Date: Sun, 26 Jul 2020 18:58:27 +0200 Message-Id: <20200726165828.55175-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Since commit 3a77e0d75eed ("MIPS: ath79: drop machfiles"), this header is not used anymore. Signed-off-by: Paul Cercueil --- arch/mips/ath79/setup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c index 4b7c066ac88e..7e7bf9c2ad26 100644 --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c @@ -23,7 +23,6 @@ #include #include /* for mips_hpt_frequency */ #include /* for _machine_{restart,halt} */ -#include #include #include -- 2.27.0