commit | aa4d72ae946a4fa40486b871717778734184fa29 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Mar 03 21:21:13 2010 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Mar 03 21:21:13 2010 -0700 |
tree | 5c98641f00a7866e28a364861b9af9b6df606fdd | |
parent | b9cc98697d1ca35a86bbb708acc6d93993c28f0f [diff] |
ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes If the calling convention of ->timer_fn() and ->cleanup_fn() are unified across hardware versions we can drop parameters to ioat_init_channel() and unify ioat_is_dma_complete() implementations. Both ->timer_fn() and ->cleanup_fn() are modified to expect a struct dma_chan pointer. Signed-off-by: Dan Williams <dan.j.williams@intel.com>