aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sysfs.h
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-05-19 14:32:22 +0200
committerPierre Ossman <drzeus@drzeus.cx>2007-07-09 21:28:06 +0200
commitffce2e7e7060c949ccd703dacc9b3dd81b377373 (patch)
tree9a33cf6a4567ce0f20c353fcb6186ea1d6893308 /drivers/mmc/core/sysfs.h
parentb93931a61a119575f84c33af2438b9384fde9eb7 (diff)
mmc: move layer init and workqueue to core file
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/core/sysfs.h')
-rw-r--r--drivers/mmc/core/sysfs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mmc/core/sysfs.h b/drivers/mmc/core/sysfs.h
index 2f60c79b203..4b8f670bd10 100644
--- a/drivers/mmc/core/sysfs.h
+++ b/drivers/mmc/core/sysfs.h
@@ -23,8 +23,4 @@ static ssize_t mmc_##name##_show (struct device *dev, struct device_attribute *a
int mmc_add_attrs(struct mmc_card *card, struct device_attribute *attrs);
void mmc_remove_attrs(struct mmc_card *card, struct device_attribute *attrs);
-int mmc_schedule_work(struct work_struct *work);
-int mmc_schedule_delayed_work(struct delayed_work *work, unsigned long delay);
-void mmc_flush_scheduled_work(void);
-
#endif