commit | 9f7263236aa4401f8e52cae084f652175b7a7b5f | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Fri Sep 12 14:12:08 2008 +0200 |
committer | Avi Kivity <avi@redhat.com> | Fri Sep 19 16:49:01 2008 -0700 |
tree | 48910c5b4c1d2d068052b94dc4d293aa8380a243 | |
parent | 9824b8f11373b0df806c135a342da9319ef1d893 [diff] |
KVM: ia64: 'struct fdesc' build fix Commit 4611a77 ("[IA64] fix compile failure with non modular builds") introduced struct fdesc into asm/elf.h, which duplicates KVM's definition. Remove the latter to avoid the build error. Signed-off-by: Jes Sorensen <jes@sgi.com> Acked-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>