Vaishali Thakkar 2587dc65e1 ia64: Use setup_timer
Use the timer API function setup_timer instead of structure field
assignments to initialize a timer.

A simplified version of the Coccinelle semantic patch that performs
this transformation is as follows:

@change@
expression e1, e2, a;
@@

-init_timer(&e1);
+setup_timer(&e1, a, 0UL);
... when != a = e2
-e1.function = a;

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2015-06-15 15:45:18 -07:00
..
2012-03-28 18:30:02 +01:00
2015-06-15 15:45:18 -07:00
2011-03-31 11:26:23 -03:00
2011-03-17 14:02:56 +01:00
2015-04-24 08:23:45 -07:00
2014-11-20 11:08:33 +01:00