summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index dd88f8b7cace..2186f85a8beb 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -48,11 +48,6 @@ enum {
RESUME_ENABLE,
};
-enum {
- REMOVE_NOTIFY,
- REMOVE_FREE_RESOURCES,
-};
-
struct device;
struct device_driver;
@@ -103,7 +98,7 @@ struct device_driver {
struct driver_dir_entry dir;
int (*probe) (struct device * dev);
- int (*remove) (struct device * dev, u32 flags);
+ int (*remove) (struct device * dev);
int (*suspend) (struct device * dev, u32 state, u32 level);
int (*resume) (struct device * dev, u32 level);