On Thu, 2014-04-10 at 19:45 +0100, Paul McQuade wrote: > WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
Nit: the subject should be less code and more text, something like "do not include asm uaccess directly" or "replace <asm/uaccess.h> by <linux/uaccess.h>" Curious, how are you seeing these warnings? Also, while at it we should probably get rid of the rest in ipc/: compat.c:#include <asm/uaccess.h> compat_mq.c:#include <asm/uaccess.h> msg.c:#include <asm/uaccess.h> sem.c:#include <asm/uaccess.h> shm.c:#include <asm/uaccess.h> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/