diff options
Diffstat (limited to 'drivers/ieee1394/csr1212.h')
-rw-r--r-- | drivers/ieee1394/csr1212.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ieee1394/csr1212.h b/drivers/ieee1394/csr1212.h index aa9e924fd189..4ef0949589c7 100644 --- a/drivers/ieee1394/csr1212.h +++ b/drivers/ieee1394/csr1212.h | |||
@@ -283,8 +283,8 @@ extern struct csr1212_keyval *csr1212_new_string_descriptor_leaf(const char *s); | |||
283 | * Take care with subsequent ROM modifications: There is no function to remove | 283 | * Take care with subsequent ROM modifications: There is no function to remove |
284 | * previously specified associations. | 284 | * previously specified associations. |
285 | */ | 285 | */ |
286 | extern int csr1212_associate_keyval(struct csr1212_keyval *kv, | 286 | extern void csr1212_associate_keyval(struct csr1212_keyval *kv, |
287 | struct csr1212_keyval *associate); | 287 | struct csr1212_keyval *associate); |
288 | 288 | ||
289 | 289 | ||
290 | /* The following functions manage the association of a keyval and directories. | 290 | /* The following functions manage the association of a keyval and directories. |