lkml.org 
[lkml]   [2007]   [Aug]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[-mm patch] make "struct menu_governor" static (again)
    On Wed, Aug 22, 2007 at 02:06:48AM -0700, Andrew Morton wrote:
    >...
    > Changes since 2.6.23-rc2-mm2:
    >...
    > git-acpi.patch
    >...
    > git trees
    >...

    "struct menu_governor" needlessly again became global.

    Signed-off-by: Adrian Bunk <bunk@kernel.org>

    ---
    cb33b296204127cf50df54b84b2d79e152fb924b
    diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c
    index f5a8865..8d3fdc5 100644
    --- a/drivers/cpuidle/governors/menu.c
    +++ b/drivers/cpuidle/governors/menu.c
    @@ -117,7 +117,7 @@ static int menu_enable_device(struct cpuidle_device *dev)
    return 0;
    }

    -struct cpuidle_governor menu_governor = {
    +static struct cpuidle_governor menu_governor = {
    .name = "menu",
    .rating = 20,
    .enable = menu_enable_device,
    -
    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: 2007-08-27 23:31    [W:4.047 / U:0.140 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site