hrtimer: rename the "expires" struct member to avoid accidental usage
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 1 Sep 2008 22:27:58 +0000 (15:27 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sat, 6 Sep 2008 04:35:25 +0000 (21:35 -0700)
To catch code that still touches the "expires" memory directly, rename it
to have the compiler complain rather than get nasty, hard to explain,
runtime behavior

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>

No differences found