From: Anthony Liguori <[email protected]> The Makefile defines __user, so this is unnecessary.
Signed-off-by: Anthony Liguori <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/usb-linux.c b/usb-linux.c index 26643bd..70d7a1c 100644 --- a/usb-linux.c +++ b/usb-linux.c @@ -34,10 +34,6 @@ #include "qemu-timer.h" #include "monitor.h" -#if defined(__linux__) -#define __user -#endif - #include <dirent.h> #include <sys/ioctl.h> #include <signal.h> -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
