diff options
Diffstat (limited to 'drivers/firewire/core.h')
-rw-r--r-- | drivers/firewire/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/core.h b/drivers/firewire/core.h index 273f0ab82928..0a25a7b38a80 100644 --- a/drivers/firewire/core.h +++ b/drivers/firewire/core.h | |||
@@ -124,7 +124,7 @@ extern struct idr fw_device_idr; | |||
124 | extern int fw_cdev_major; | 124 | extern int fw_cdev_major; |
125 | 125 | ||
126 | struct fw_device *fw_device_get_by_devt(dev_t devt); | 126 | struct fw_device *fw_device_get_by_devt(dev_t devt); |
127 | void fw_device_set_broadcast_channel(struct fw_device *device, int generation); | 127 | int fw_device_set_broadcast_channel(struct device *dev, void *gen); |
128 | void fw_node_event(struct fw_card *card, struct fw_node *node, int event); | 128 | void fw_node_event(struct fw_card *card, struct fw_node *node, int event); |
129 | 129 | ||
130 | 130 | ||