lkml.org 
[lkml]   [2005]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[-mm patch] drivers/cpufreq/cpufreq_conservative.c: make cpufreq_gov_dbs static
    On Thu, May 12, 2005 at 03:31:00AM -0700, Andrew Morton wrote:
    >...
    > Changes since 2.6.12-rc3-mm3:
    >...
    > +cpufreq-CPUFREQ-13-static-cpufreq_gov_dbs.patch
    >...

    This is my patch to make the needlessly global and EXPORT_SYMBOL'ed
    cpufreq_gov_dbs in cpufreq_ondemand.c static.

    > +cpufreq-CPUFREQ-16-conservative-governer.patch
    >...

    This patch adds a needlessly global and EXPORT_SYMBOL'ed
    cpufreq_gov_dbs in cpufreq_conservative.c .

    Patch below...

    > Additions to cpufreq tree
    >...

    cu
    Adrian


    <-- snip -->



    This patch makes a needlessly global and EXPORT_SYMBOL'ed struct static.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>

    --- linux-2.6.12-rc4-mm1-full/drivers/cpufreq/cpufreq_conservative.c.old 2005-05-13 01:42:33.000000000 +0200
    +++ linux-2.6.12-rc4-mm1-full/drivers/cpufreq/cpufreq_conservative.c 2005-05-13 01:42:51.000000000 +0200
    @@ -583,12 +583,11 @@
    return 0;
    }

    -struct cpufreq_governor cpufreq_gov_dbs = {
    +static struct cpufreq_governor cpufreq_gov_dbs = {
    .name = "conservative",
    .governor = cpufreq_governor_dbs,
    .owner = THIS_MODULE,
    };
    -EXPORT_SYMBOL(cpufreq_gov_dbs);

    static int __init cpufreq_gov_dbs_init(void)
    {
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-05-13 03:20    [W:2.766 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site