Loading include/linux/amba/bus.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -48,7 +48,7 @@ struct amba_driver { void (*shutdown)(struct amba_device *); void (*shutdown)(struct amba_device *); int (*suspend)(struct amba_device *, pm_message_t); int (*suspend)(struct amba_device *, pm_message_t); int (*resume)(struct amba_device *); int (*resume)(struct amba_device *); struct amba_id *id_table; const struct amba_id *id_table; }; }; enum amba_vendor { enum amba_vendor { Loading Loading
include/linux/amba/bus.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -48,7 +48,7 @@ struct amba_driver { void (*shutdown)(struct amba_device *); void (*shutdown)(struct amba_device *); int (*suspend)(struct amba_device *, pm_message_t); int (*suspend)(struct amba_device *, pm_message_t); int (*resume)(struct amba_device *); int (*resume)(struct amba_device *); struct amba_id *id_table; const struct amba_id *id_table; }; }; enum amba_vendor { enum amba_vendor { Loading