From: Dan Williams Date: Thu, 4 Mar 2010 04:21:13 +0000 (-0700) Subject: ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes X-Git-Tag: v2.6.34-rc1~204^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4d72ae946a4fa40486b871717778734184fa29;p=pandora-kernel.git 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 --- Reading git-diff-tree failed