diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-01-21 14:44:09 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:40 -0500 |
commit | 5e20c282184fd5794661b6688883231ff5348abc (patch) | |
tree | d9ea9b86d5e2bcc4ef4d8def27102a76ac4b05ef /drivers/firewire/fw-device.c | |
parent | 95688e97cdf7453cde22eaa73cc2ab6b113c1853 (diff) |
firewire: whitespace adjustments
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Diffstat (limited to 'drivers/firewire/fw-device.c')
-rw-r--r-- | drivers/firewire/fw-device.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/firewire/fw-device.c b/drivers/firewire/fw-device.c index e541daade0c3..559b9340e8fd 100644 --- a/drivers/firewire/fw-device.c +++ b/drivers/firewire/fw-device.c | |||
@@ -34,7 +34,6 @@ void fw_csr_iterator_init(struct fw_csr_iterator *ci, u32 * p) | |||
34 | ci->p = p + 1; | 34 | ci->p = p + 1; |
35 | ci->end = ci->p + (p[0] >> 16); | 35 | ci->end = ci->p + (p[0] >> 16); |
36 | } | 36 | } |
37 | |||
38 | EXPORT_SYMBOL(fw_csr_iterator_init); | 37 | EXPORT_SYMBOL(fw_csr_iterator_init); |
39 | 38 | ||
40 | int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) | 39 | int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) |
@@ -44,7 +43,6 @@ int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) | |||
44 | 43 | ||
45 | return ci->p++ < ci->end; | 44 | return ci->p++ < ci->end; |
46 | } | 45 | } |
47 | |||
48 | EXPORT_SYMBOL(fw_csr_iterator_next); | 46 | EXPORT_SYMBOL(fw_csr_iterator_next); |
49 | 47 | ||
50 | static int is_fw_unit(struct device *dev); | 48 | static int is_fw_unit(struct device *dev); |
@@ -158,7 +156,6 @@ struct bus_type fw_bus_type = { | |||
158 | .match = fw_unit_match, | 156 | .match = fw_unit_match, |
159 | .uevent = fw_unit_uevent | 157 | .uevent = fw_unit_uevent |
160 | }; | 158 | }; |
161 | |||
162 | EXPORT_SYMBOL(fw_bus_type); | 159 | EXPORT_SYMBOL(fw_bus_type); |
163 | 160 | ||
164 | extern struct fw_device *fw_device_get(struct fw_device *device) | 161 | extern struct fw_device *fw_device_get(struct fw_device *device) |
@@ -196,7 +193,6 @@ int fw_device_enable_phys_dma(struct fw_device *device) | |||
196 | device->node_id, | 193 | device->node_id, |
197 | device->generation); | 194 | device->generation); |
198 | } | 195 | } |
199 | |||
200 | EXPORT_SYMBOL(fw_device_enable_phys_dma); | 196 | EXPORT_SYMBOL(fw_device_enable_phys_dma); |
201 | 197 | ||
202 | static ssize_t | 198 | static ssize_t |