diff options
Diffstat (limited to 'include/linux/amba')
| -rw-r--r-- | include/linux/amba/bus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h index 50fc66868402..9006c4e75cf7 100644 --- a/include/linux/amba/bus.h +++ b/include/linux/amba/bus.h | |||
| @@ -41,8 +41,6 @@ struct amba_driver { | |||
| 41 | int (*probe)(struct amba_device *, const struct amba_id *); | 41 | int (*probe)(struct amba_device *, const struct amba_id *); |
| 42 | int (*remove)(struct amba_device *); | 42 | int (*remove)(struct amba_device *); |
| 43 | void (*shutdown)(struct amba_device *); | 43 | void (*shutdown)(struct amba_device *); |
| 44 | int (*suspend)(struct amba_device *, pm_message_t); | ||
| 45 | int (*resume)(struct amba_device *); | ||
| 46 | const struct amba_id *id_table; | 44 | const struct amba_id *id_table; |
| 47 | }; | 45 | }; |
| 48 | 46 | ||
