From: Rusty Russell Date: Wed, 26 Aug 2015 01:12:26 +0000 (+0930) Subject: tools/lguest: Fix redefinition of struct virtio_pci_cfg_cap X-Git-Tag: omap-for-v4.3/fixes-rc1~129^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e523caa601f4a7c2fa1ecd040db921baf7453798;p=pandora-kernel.git tools/lguest: Fix redefinition of struct virtio_pci_cfg_cap Ours uses a u32 for the data, since we ensure it's always aligned and it's x86 so it doesn't matter anyway. lguest.c:128:8: error: redefinition of ‘struct virtio_pci_cfg_cap’ Signed-off-by: Rusty Russell Cc: Linus Torvalds Cc: Michael S. Tsirkin Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-kernel@vger.kernel.org Fixes: 3121bb023e2db ("virtio: define virtio_pci_cfg_cap in header.") Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed