aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-device.h')
-rw-r--r--drivers/firewire/fw-device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/fw-device.h b/drivers/firewire/fw-device.h
index 731abbe5330b..f39cf6ae6253 100644
--- a/drivers/firewire/fw-device.h
+++ b/drivers/firewire/fw-device.h
@@ -113,7 +113,7 @@ struct fw_driver {
113 struct device_driver driver; 113 struct device_driver driver;
114 /* Called when the parent device sits through a bus reset. */ 114 /* Called when the parent device sits through a bus reset. */
115 void (*update) (struct fw_unit *unit); 115 void (*update) (struct fw_unit *unit);
116 struct fw_device_id *id_table; 116 const struct fw_device_id *id_table;
117}; 117};
118 118
119static inline struct fw_driver * 119static inline struct fw_driver *
@@ -122,6 +122,6 @@ fw_driver(struct device_driver *drv)
122 return container_of(drv, struct fw_driver, driver); 122 return container_of(drv, struct fw_driver, driver);
123} 123}
124 124
125extern struct file_operations fw_device_ops; 125extern const struct file_operations fw_device_ops;
126 126
127#endif /* __fw_device_h */ 127#endif /* __fw_device_h */