Received: by 10.223.185.116 with SMTP id b49csp938605wrg; Wed, 21 Feb 2018 09:19:34 -0800 (PST) X-Google-Smtp-Source: AH8x226J9cav/+ZjXHvNWpVaCtIvEvrrrlewi5/JnTrCbc4onfoGZwqNPx5+4q5rlZKMNRHbPYsj X-Received: by 10.98.32.200 with SMTP id m69mr3992304pfj.82.1519233574856; Wed, 21 Feb 2018 09:19:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519233574; cv=none; d=google.com; s=arc-20160816; b=mvJGYZTAw1KawJBJ4432IRHG/UFv1WYorUy715IyIqeUqHdT9b2aiIybefFerieRaV VQkqJEtukaB9l+HB9cq5LucSc15vM08a3+cUZ4wVxoFOw1yEe9mUX1nxN2SbqQyX+2Y3 mViusJG8s6L0rWzDEmgUfHnXt8hvgSkOKo9eJwCVQpVOEFfAHyY+79Sz9gOFG6a1drr/ fkZSWfWoWRxi38WQ/VGuytcuSHhyLYOzNoKm2ogSvzopp8FD5FEtG4N3tvz2Y2uHG8MS jydMyUH1/JJTFlLMgqhi1u8HIctImQFgulpGblWgmcvS6NdDemloMR2cVnTkUTaVureW 3hDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=i71+13xTy0/AyKNnv4dBZe3DUREbxRmsFaR8nW5cJfM=; b=QNp3S/3aBuA1uXn6EZY7xIfV4cuny9hPqCQVvVdMsnL1VKE/MmDSVTx4LmMmMc4iCQ E7PKb1+/Dm5oyNRg2j6VRhOz5/SGSvMlALxiX6JmMYWR98AhGJlM50nrW12g27gCxMf0 jlqvUWIEvSvlF30key34X8XwwBcPqsflSCUF1lBLT8b+cAkO14jRmWjk4z9vOdeYhunO 4ZqN+FlV4UOZWjiyt2TTlGHFQ4FQsZwdIRNEVmAkAbCJziLI+krBva5vOJdfSO49Kfef 53wcUEMOAyib83fCY7ZQ94MMRrDkkajYPUCUEaZuJRnFmhm3xgXdbF9+3mYGlTOEkZVv Kf6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u23si3566603pgv.121.2018.02.21.09.19.18; Wed, 21 Feb 2018 09:19:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934424AbeBUM4M (ORCPT + 99 others); Wed, 21 Feb 2018 07:56:12 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34664 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932700AbeBUM4I (ORCPT ); Wed, 21 Feb 2018 07:56:08 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 24DB61108; Wed, 21 Feb 2018 12:56:07 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Corentin Labbe , James Hogan , Ralf Baechle , linux-mips@linux-mips.org Subject: [PATCH 4.9 12/77] MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN Date: Wed, 21 Feb 2018 13:48:21 +0100 Message-Id: <20180221124432.667118278@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124432.172390020@linuxfoundation.org> References: <20180221124432.172390020@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Corentin Labbe commit 2e6522c565522a2e18409c315c49d78c8b74807b upstream. MIPS_GENERIC selects some options conditional on BIG_ENDIAN which does not exist. Replace BIG_ENDIAN with CPU_BIG_ENDIAN which is the correct kconfig name. Note that BMIPS_GENERIC does the same which confirms that this patch is needed. Fixes: eed0eabd12ef0 ("MIPS: generic: Introduce generic DT-based board support") Signed-off-by: Corentin Labbe Reviewed-by: James Hogan Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Cc: # 4.9+ Patchwork: https://patchwork.linux-mips.org/patch/18495/ [jhogan@kernel.org: Clean up commit message] Signed-off-by: James Hogan Signed-off-by: Greg Kroah-Hartman --- arch/mips/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -112,12 +112,12 @@ config MIPS_GENERIC select SYS_SUPPORTS_MULTITHREADING select SYS_SUPPORTS_RELOCATABLE select SYS_SUPPORTS_SMARTMIPS - select USB_EHCI_BIG_ENDIAN_DESC if BIG_ENDIAN - select USB_EHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN - select USB_OHCI_BIG_ENDIAN_DESC if BIG_ENDIAN - select USB_OHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN - select USB_UHCI_BIG_ENDIAN_DESC if BIG_ENDIAN - select USB_UHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN + select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN + select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN + select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN + select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN + select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN + select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN select USE_OF help Select this to build a kernel which aims to support multiple boards,