[PATCH] Fix CONFIG_PCMCIA_WL3501 with older compilers
We only support named initializers with one leval of naming, ie that .foo.bar = baz, thing should go. gcc-2.95 doesn't handle it (neither does sparse, I think). Replace such initializers with .foo = { .bar = baz, }, instead.
Showing
Please register or sign in to comment