]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/net/r8169.c
[PATCH] turn "const static" into "static const"
[linux-2.6.git] / drivers / net / r8169.c
index 14a76f7cf900fa86493ba745bf9fe1bbabb23c6c..2e1bed153c39c00827e2ef986bca3db3129c807d 100644 (file)
@@ -170,7 +170,7 @@ enum phy_version {
 #define _R(NAME,MAC,MASK) \
        { .name = NAME, .mac_version = MAC, .RxConfigMask = MASK }
 
-const static struct {
+static const struct {
        const char *name;
        u8 mac_version;
        u32 RxConfigMask;       /* Clears the bits supported by this chip */