From: Konrad Rzeszutek Wilk Date: Tue, 4 Jun 2013 21:06:36 +0000 (-0400) Subject: xen/time: Encapsulate the struct clock_event_device in another structure. X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~23^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31620a198cf6891dfdf5477607621da9aa092380;p=pandora-kernel.git 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 --- Reading git-diff-tree failed