projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd15598
)
net: wl12xx: sdio: id_tables should be __devinitconst
author
Felipe Balbi
<balbi@ti.com>
Fri, 13 May 2011 21:26:18 +0000
(
00:26
+0300)
committer
Luciano Coelho
<coelho@ti.com>
Mon, 27 Jun 2011 07:15:44 +0000
(10:15 +0300)
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>
drivers/net/wireless/wl12xx/sdio.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/wl12xx/sdio.c
b/drivers/net/wireless/wl12xx/sdio.c
index 536e5065454b084cb5042f71f24e707bd8951ccf..d6dd49ace11e713b2fc85042d34d0aa1453b3b10 100644
(file)
--- a/
drivers/net/wireless/wl12xx/sdio.c
+++ b/
drivers/net/wireless/wl12xx/sdio.c
@@
-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) },
{}
};