From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6EA74B70AE for ; Sat, 18 Sep 2010 13:14:52 +1000 (EST) Subject: Re: [PATCH 1/2] powerpc: export ppc_tb_freq so that modules can reference it From: Benjamin Herrenschmidt To: Timur Tabi In-Reply-To: References: <1284764008-19469-1-git-send-email-timur@freescale.com> Content-Type: text/plain; charset="UTF-8" Date: Sat, 18 Sep 2010 13:14:38 +1000 Message-ID: <1284779678.30449.108.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, kumar.gala@freescale.com, linux-watchdog@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2010-09-17 at 20:20 -0500, Timur Tabi wrote: > I don't see any reason to limit it to GPL drivers. Not only that, but > then we'll have this: I do > EXPORT_SYMBOL(ppc_proc_freq); > EXPORT_SYMBOL_GPL(ppc_tb_freq); > > That just looks dumb. Right, so send a patch to fix the first one too :-) Cheers, Ben.