diff options
Diffstat (limited to 'drivers/mmc/mmc_sysfs.c')
| -rw-r--r-- | drivers/mmc/mmc_sysfs.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/mmc/mmc_sysfs.c b/drivers/mmc/mmc_sysfs.c index ac5329636045..e334acd045bc 100644 --- a/drivers/mmc/mmc_sysfs.c +++ b/drivers/mmc/mmc_sysfs.c | |||
| @@ -321,17 +321,9 @@ void mmc_free_host_sysfs(struct mmc_host *host) | |||
| 321 | static struct workqueue_struct *workqueue; | 321 | static struct workqueue_struct *workqueue; |
| 322 | 322 | ||
| 323 | /* | 323 | /* |
| 324 | * Internal function. Schedule work in the MMC work queue. | ||
| 325 | */ | ||
| 326 | int mmc_schedule_work(struct work_struct *work) | ||
| 327 | { | ||
| 328 | return queue_work(workqueue, work); | ||
| 329 | } | ||
| 330 | |||
| 331 | /* | ||
| 332 | * Internal function. Schedule delayed work in the MMC work queue. | 324 | * Internal function. Schedule delayed work in the MMC work queue. |
| 333 | */ | 325 | */ |
| 334 | int mmc_schedule_delayed_work(struct work_struct *work, unsigned long delay) | 326 | int mmc_schedule_delayed_work(struct delayed_work *work, unsigned long delay) |
| 335 | { | 327 | { |
| 336 | return queue_delayed_work(workqueue, work, delay); | 328 | return queue_delayed_work(workqueue, work, delay); |
| 337 | } | 329 | } |
