lkml.org 
[lkml]   [2007]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[-mm patch] make drivers/net/qla3xxx.c:PHY_DEVICES[] static
    On Fri, Mar 30, 2007 at 01:05:59AM -0700, Andrew Morton wrote:
    >...
    > Changes since 2.6.21-rc5-mm2:
    >...
    > git-netdev-all.patch
    >...
    > git trees
    >...


    This patch makes the needlessly global PHY_DEVICES[] static.

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

    ---

    BTW: Why is the name uppercase?

    --- linux-2.6.21-rc5-mm3/drivers/net/qla3xxx.c.old 2007-03-31 21:30:20.000000000 +0200
    +++ linux-2.6.21-rc5-mm3/drivers/net/qla3xxx.c 2007-03-31 22:02:00.000000000 +0200
    @@ -88,7 +88,7 @@
    char *name;
    } PHY_DEVICE_INFO_t;

    -const PHY_DEVICE_INFO_t PHY_DEVICES[] =
    +static const PHY_DEVICE_INFO_t PHY_DEVICES[] =
    {{PHY_TYPE_UNKNOWN, 0x000000, 0x0, "PHY_TYPE_UNKNOWN"},
    {PHY_VITESSE_VSC8211, 0x0003f1, 0xb, "PHY_VITESSE_VSC8211"},
    {PHY_AGERE_ET1011C, 0x00a0bc, 0x1, "PHY_AGERE_ET1011C"},
    -
    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-03-31 22:59    [W:4.214 / U:0.444 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site