]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/xen/privcmd.h
Merge branch 'sh-latest' of git://github.com/pmundt/linux-sh
[karo-tx-linux.git] / include / xen / privcmd.h
index b42cdfd92fee5becfa065aeaeec36b743b9664e8..17857fb4d5509b24a475609e2806af53c79d5317 100644 (file)
 #define __LINUX_PUBLIC_PRIVCMD_H__
 
 #include <linux/types.h>
+#include <linux/compiler.h>
 
 typedef unsigned long xen_pfn_t;
 
-#ifndef __user
-#define __user
-#endif
-
 struct privcmd_hypercall {
        __u64 op;
        __u64 arg[5];