Skip to content

Commit

Permalink
net: wl12xx: sdio: id_tables should be __devinitconst
Browse files Browse the repository at this point in the history
That's only needed during init anyway, let's free
some space after we're done probing.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
  • Loading branch information
Felipe Balbi authored and Luciano Coelho committed Jun 27, 2011
1 parent cd15598 commit 33dd74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define SDIO_DEVICE_ID_TI_WL1271 0x4076
#endif

static const struct sdio_device_id wl1271_devices[] = {
static const struct sdio_device_id wl1271_devices[] __devinitconst = {
{ SDIO_DEVICE(SDIO_VENDOR_ID_TI, SDIO_DEVICE_ID_TI_WL1271) },
{}
};
Expand Down

0 comments on commit 33dd74c

Please sign in to comment.