MFp4: remove unused fw_asybusy().
MFC after: 1 week
This commit is contained in:
parent
4677e2577d
commit
48d173f859
@ -269,20 +269,6 @@ fw_asy_callback(struct fw_xfer *xfer){
|
||||
wakeup(xfer);
|
||||
return;
|
||||
}
|
||||
/*
|
||||
* Postpone to later retry.
|
||||
*/
|
||||
void fw_asybusy(struct fw_xfer *xfer){
|
||||
printf("fw_asybusy\n");
|
||||
/*
|
||||
xfer->ch = timeout((timeout_t *)fw_asystart, (void *)xfer, 20000);
|
||||
*/
|
||||
#if 0
|
||||
DELAY(20000);
|
||||
#endif
|
||||
fw_asystart(xfer);
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
* Async. request with given xfer structure.
|
||||
|
@ -276,7 +276,6 @@ struct fw_xfer *fw_xfer_alloc_buf (struct malloc_type *, int, int);
|
||||
void fw_init (struct firewire_comm *);
|
||||
int fw_tbuf_update (struct firewire_comm *, int, int);
|
||||
int fw_rbuf_update (struct firewire_comm *, int, int);
|
||||
void fw_asybusy (struct fw_xfer *);
|
||||
int fw_bindadd (struct firewire_comm *, struct fw_bind *);
|
||||
int fw_bindremove (struct firewire_comm *, struct fw_bind *);
|
||||
int fw_asyreq (struct firewire_comm *, int, struct fw_xfer*);
|
||||
|
Loading…
x
Reference in New Issue
Block a user