diff options
Diffstat (limited to 'include/scsi/sd.h')
-rw-r--r-- | include/scsi/sd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/sd.h b/include/scsi/sd.h index 82e6a84b77e6..5261488e1108 100644 --- a/include/scsi/sd.h +++ b/include/scsi/sd.h | |||
@@ -52,6 +52,8 @@ static void sd_rw_intr(struct scsi_cmnd * SCpnt); | |||
52 | static int sd_probe(struct device *); | 52 | static int sd_probe(struct device *); |
53 | static int sd_remove(struct device *); | 53 | static int sd_remove(struct device *); |
54 | static void sd_shutdown(struct device *dev); | 54 | static void sd_shutdown(struct device *dev); |
55 | static int sd_suspend(struct device *dev, pm_message_t state); | ||
56 | static int sd_resume(struct device *dev); | ||
55 | static void sd_rescan(struct device *); | 57 | static void sd_rescan(struct device *); |
56 | static int sd_init_command(struct scsi_cmnd *); | 58 | static int sd_init_command(struct scsi_cmnd *); |
57 | static int sd_issue_flush(struct device *, sector_t *); | 59 | static int sd_issue_flush(struct device *, sector_t *); |