commit | 31620a198cf6891dfdf5477607621da9aa092380 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Tue Jun 04 17:06:36 2013 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Jun 10 08:43:34 2013 -0400 |
tree | fcaca494e495776da571dc21d905ec82b56c8e4f | |
parent | 354e7b761992a8e3923badaf705c4acbb9d5659d [diff] |
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>