summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-08-19 19:01:05 -0700
committerPatrick Mochel <mochel@osdl.org>2003-08-19 19:01:05 -0700
commit505f6a8832b7ac71135db6adcbefab270e5a047a (patch)
tree4a39254d19ad519ca7c206d5d2a2edb567478aa5 /include/linux
parent222192dff218121e5bbe78fc7d2444b5e9c5354c (diff)
[power] Update IDE to set suspend/resume methods in bus_type.
Instead of having each driver set them in their own drivers.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 82ca6da75b3f..a3ee36b438ca 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1241,8 +1241,6 @@ typedef struct ide_driver_s {
#define DRIVER(drive) ((drive)->driver)
extern int generic_ide_ioctl(struct block_device *, unsigned, unsigned long);
-extern int generic_ide_suspend(struct device *dev, u32 state, u32 level);
-extern int generic_ide_resume(struct device *dev, u32 level);
/*
* IDE modules.