Re: [PATCH 1/2] powerpc: export ppc_tb_freq so that modules can reference it
From: Timur Tabi <hidden>
Date: 2010-09-18 01:21:04
Also in:
linux-watchdog
From: Timur Tabi <hidden>
Date: 2010-09-18 01:21:04
Also in:
linux-watchdog
On Fri, Sep 17, 2010 at 7:38 PM, Josh Boyer [off-list ref] wrote:
quoted
=A0unsigned long ppc_proc_freq; =A0EXPORT_SYMBOL(ppc_proc_freq); =A0unsigned long ppc_tb_freq; +EXPORT_SYMBOL(ppc_tb_freq);EXPORT_SYMBOL_GPL probably, no?
I don't see any reason to limit it to GPL drivers. Not only that, but then we'll have this: EXPORT_SYMBOL(ppc_proc_freq); EXPORT_SYMBOL_GPL(ppc_tb_freq); That just looks dumb. --=20 Timur Tabi Linux kernel developer at Freescale