diff options
Diffstat (limited to 'drivers/macintosh')
-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) |