commit | 362f2b098b188ede9c4350cc20e58040dbfa515e | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@cn.fujitsu.com> | Tue Mar 12 13:59:14 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Tue Mar 12 13:59:14 2013 -0700 |
tree | 17ff75cb57d281e46facf7704ae49d76dc29a3b7 | |
parent | cc2a8b1a5595a435191fb197d92d1f3e193c9a6d [diff] |
async: rename and redefine async_func_ptr A function type is typically defined as typedef ret_type (*func)(args..) but async_func_ptr is not. Redefine it. Also rename async_func_ptr to async_func_t for _func_t suffix is more generic. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Arjan van de Ven <arjan@linux.intel.com>