xen/time: Encapsulate the struct clock_event_device in another structure.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Jun 2013 21:06:36 +0000 (17:06 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 10 Jun 2013 12:43:34 +0000 (08:43 -0400)
commit31620a198cf6891dfdf5477607621da9aa092380
treefcaca494e495776da571dc21d905ec82b56c8e4f
parent354e7b761992a8e3923badaf705c4acbb9d5659d
xen/time: Encapsulate the struct clock_event_device in another structure.

We don't do any code movement. We just encapsulate the struct clock_event_device
in a new structure which contains said structure and a pointer to
a char *name. The 'name' will be used in 'xen/time: Don't leak interrupt
name when offlining'.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/time.c