Merge branches 'fixes' and 'misc' into for-next

This commit is contained in:
Russell King
2015-10-29 15:21:30 +00:00
28 changed files with 143 additions and 162 deletions

View File

@@ -41,8 +41,6 @@ struct amba_driver {
int (*probe)(struct amba_device *, const struct amba_id *);
int (*remove)(struct amba_device *);
void (*shutdown)(struct amba_device *);
int (*suspend)(struct amba_device *, pm_message_t);
int (*resume)(struct amba_device *);
const struct amba_id *id_table;
};