From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756040AbbFUQyF (ORCPT ); Sun, 21 Jun 2015 12:54:05 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:46688 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751928AbbFUQxw (ORCPT ); Sun, 21 Jun 2015 12:53:52 -0400 Date: Sun, 21 Jun 2015 10:05:38 -0700 (PDT) Message-Id: <20150621.100538.84744540201242069.davem@davemloft.net> To: borneo.antonio@gmail.com Cc: romieu@fr.zoreil.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, daniel.lezcano@linaro.org, tglx@linutronix.de Subject: Re: [PATCH 2/2] net: via/Kconfig: replace USE_OF with OF_??? From: David Miller In-Reply-To: <1434541351-9699-3-git-send-email-borneo.antonio@gmail.com> References: <1434541351-9699-1-git-send-email-borneo.antonio@gmail.com> <1434541351-9699-3-git-send-email-borneo.antonio@gmail.com> X-Mailer: Mew version 6.4 on Emacs 23.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 21 Jun 2015 09:53:52 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Antonio Borneo Date: Wed, 17 Jun 2015 19:42:31 +0800 > USE_OF is used as intermediate Kconfig option by few > arch's (ARM, MIPS, Xtensa). > Replace instances of USE_OF outside of arch folders > with proper OF_???. > > Signed-off-by: Antonio Borneo Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 2/2] net: via/Kconfig: replace USE_OF with OF_??? Date: Sun, 21 Jun 2015 10:05:38 -0700 (PDT) Message-ID: <20150621.100538.84744540201242069.davem@davemloft.net> References: <1434541351-9699-1-git-send-email-borneo.antonio@gmail.com> <1434541351-9699-3-git-send-email-borneo.antonio@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: romieu@fr.zoreil.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, daniel.lezcano@linaro.org, tglx@linutronix.de To: borneo.antonio@gmail.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:46688 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751928AbbFUQxw (ORCPT ); Sun, 21 Jun 2015 12:53:52 -0400 In-Reply-To: <1434541351-9699-3-git-send-email-borneo.antonio@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Antonio Borneo Date: Wed, 17 Jun 2015 19:42:31 +0800 > USE_OF is used as intermediate Kconfig option by few > arch's (ARM, MIPS, Xtensa). > Replace instances of USE_OF outside of arch folders > with proper OF_???. > > Signed-off-by: Antonio Borneo Applied to net-next, thanks.