The patch titled export hid.h and hidraw.h to userspace has been removed from the -mm tree. Its filename was export-hidh-and-hidrawh-to-userspace.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: export hid.h and hidraw.h to userspace From: Mike Frysinger <vapier@xxxxxxxxxx> I have people whining about using these headers in userspace, and they have __KERNEL__ markings which implies they're supposed to be exported. I also added the required linux/types.h include to hidraw.h since it uses the __u## kernel types. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Cc: Jiri Kosina <jikos@xxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/Kbuild | 2 ++ include/linux/hidraw.h | 1 + 2 files changed, 3 insertions(+) diff -puN include/linux/Kbuild~export-hidh-and-hidrawh-to-userspace include/linux/Kbuild --- a/include/linux/Kbuild~export-hidh-and-hidrawh-to-userspace +++ a/include/linux/Kbuild @@ -209,7 +209,9 @@ unifdef-y += hayesesp.h unifdef-y += hdlcdrv.h unifdef-y += hdlc.h unifdef-y += hdreg.h +unifdef-y += hid.h unifdef-y += hiddev.h +unifdef-y += hidraw.h unifdef-y += hpet.h unifdef-y += i2c.h unifdef-y += i2c-dev.h diff -puN include/linux/hidraw.h~export-hidh-and-hidrawh-to-userspace include/linux/hidraw.h --- a/include/linux/hidraw.h~export-hidh-and-hidrawh-to-userspace +++ a/include/linux/hidraw.h @@ -16,6 +16,7 @@ */ #include <linux/hid.h> +#include <linux/types.h> struct hidraw_report_descriptor { __u32 size; _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are origin.patch git-hid.patch kbuild-silence-documentation-gen-xml-messages-according-to-quiet.patch mtd-maps-document-mtd_physmap-module-name-in-kconfig.patch remove-duplicated-unlikely-in-is_err.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