Subject: + omnikey-cardman-4000-pull-in-ioctlh-in-user-header.patch added to -mm tree To: vapier@xxxxxxxxxx,laforge@xxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Thu, 22 Aug 2013 15:56:57 -0700 The patch titled Subject: Omnikey Cardman 4000: pull in ioctl.h in user header has been added to the -mm tree. Its filename is omnikey-cardman-4000-pull-in-ioctlh-in-user-header.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/omnikey-cardman-4000-pull-in-ioctlh-in-user-header.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/omnikey-cardman-4000-pull-in-ioctlh-in-user-header.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Mike Frysinger <vapier@xxxxxxxxxx> Subject: Omnikey Cardman 4000: pull in ioctl.h in user header This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h for the definitions. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Cc: Harald Welte <laforge@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/uapi/linux/cm4000_cs.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/uapi/linux/cm4000_cs.h~omnikey-cardman-4000-pull-in-ioctlh-in-user-header include/uapi/linux/cm4000_cs.h --- a/include/uapi/linux/cm4000_cs.h~omnikey-cardman-4000-pull-in-ioctlh-in-user-header +++ a/include/uapi/linux/cm4000_cs.h @@ -2,6 +2,7 @@ #define _UAPI_CM4000_H_ #include <linux/types.h> +#include <linux/ioctl.h> #define MAX_ATR 33 _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are omnikey-cardman-4000-pull-in-ioctlh-in-user-header.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html