diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-04 21:06:23 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-04-29 18:00:28 -0400 |
commit | afd6546d8d2d8ba1dbe1d2508baf81eebdca3d79 (patch) | |
tree | c6f5d115d7cb7eb6daad6c8a27b4854809e5ed50 /drivers/ieee1394/ohci1394.h | |
parent | ef8153348f82688af87e19d594162ca81741fe6a (diff) |
ieee1394: move some comments from declaration to definition
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/ohci1394.h')
-rw-r--r-- | drivers/ieee1394/ohci1394.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ieee1394/ohci1394.h b/drivers/ieee1394/ohci1394.h index fa05f113f7f0..f1ad539e7c1b 100644 --- a/drivers/ieee1394/ohci1394.h +++ b/drivers/ieee1394/ohci1394.h | |||
@@ -461,9 +461,7 @@ int ohci1394_register_iso_tasklet(struct ti_ohci *ohci, | |||
461 | struct ohci1394_iso_tasklet *tasklet); | 461 | struct ohci1394_iso_tasklet *tasklet); |
462 | void ohci1394_unregister_iso_tasklet(struct ti_ohci *ohci, | 462 | void ohci1394_unregister_iso_tasklet(struct ti_ohci *ohci, |
463 | struct ohci1394_iso_tasklet *tasklet); | 463 | struct ohci1394_iso_tasklet *tasklet); |
464 | 464 | int ohci1394_stop_context(struct ti_ohci *ohci, int reg, char *msg); | |
465 | /* returns zero if successful, one if DMA context is locked up */ | ||
466 | int ohci1394_stop_context (struct ti_ohci *ohci, int reg, char *msg); | ||
467 | struct ti_ohci *ohci1394_get_struct(int card_num); | 465 | struct ti_ohci *ohci1394_get_struct(int card_num); |
468 | 466 | ||
469 | #endif | 467 | #endif |