diff options
author | David Howells <dhowells@redhat.com> | 2006-11-22 09:57:56 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2006-11-22 09:57:56 -0500 |
commit | c4028958b6ecad064b1a6303a6a5906d4fe48d73 (patch) | |
tree | 1c4c89652c62a75da09f9b9442012007e4ac6250 /drivers/macintosh/smu.c | |
parent | 65f27f38446e1976cc98fd3004b110fedcddd189 (diff) |
WorkStruct: make allyesconfig
Fix up for make allyesconfig.
Signed-Off-By: David Howells <dhowells@redhat.com>
Diffstat (limited to 'drivers/macintosh/smu.c')
-rw-r--r-- | drivers/macintosh/smu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c index ade25b3fbb35..4871158aca3e 100644 --- a/drivers/macintosh/smu.c +++ b/drivers/macintosh/smu.c | |||
@@ -600,7 +600,7 @@ core_initcall(smu_late_init); | |||
600 | * sysfs visibility | 600 | * sysfs visibility |
601 | */ | 601 | */ |
602 | 602 | ||
603 | static void smu_expose_childs(void *unused) | 603 | static void smu_expose_childs(struct work_struct *unused) |
604 | { | 604 | { |
605 | struct device_node *np; | 605 | struct device_node *np; |
606 | 606 | ||
@@ -610,7 +610,7 @@ static void smu_expose_childs(void *unused) | |||
610 | &smu->of_dev->dev); | 610 | &smu->of_dev->dev); |
611 | } | 611 | } |
612 | 612 | ||
613 | static DECLARE_WORK(smu_expose_childs_work, smu_expose_childs, NULL); | 613 | static DECLARE_WORK(smu_expose_childs_work, smu_expose_childs); |
614 | 614 | ||
615 | static int smu_platform_probe(struct of_device* dev, | 615 | static int smu_platform_probe(struct of_device* dev, |
616 | const struct of_device_id *match) | 616 | const struct of_device_id *match) |