projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939086e
)
leds: ss4200: Fix incorrect placement of __initdata
author
Sachin Kamat
<
[email protected]
>
Wed, 7 Aug 2013 09:30:43 +0000
(
02:30
-0700)
committer
Bryan Wu
<
[email protected]
>
Tue, 27 Aug 2013 00:22:12 +0000
(17:22 -0700)
__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section.
Signed-off-by: Sachin Kamat <
[email protected]
>
Cc: Dave Hansen <
[email protected]
>
Signed-off-by: Bryan Wu <
[email protected]
>
drivers/leds/leds-ss4200.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-ss4200.c
b/drivers/leds/leds-ss4200.c
index 51bb0ee22b3459cfc23a43a99d836554fe892761..5b8f938a8d734995e43eda073c3db077d2875183 100644
(file)
--- a/
drivers/leds/leds-ss4200.c
+++ b/
drivers/leds/leds-ss4200.c
@@
-91,7
+91,7
@@
MODULE_PARM_DESC(nodetect, "Skip DMI-based hardware detection");
* detected as working, but in reality it is not) as low as
* possible.
*/
-static struct dmi_system_id
__initdata nas_led_whitelist[]
= {
+static struct dmi_system_id
nas_led_whitelist[] __initdata
= {
{
.callback = ss4200_led_dmi_callback,
.ident = "Intel SS4200-E",