The patch titled hdrinstall: remove asm/irq.h from user visibility has been added to the -mm tree. Its filename is hdrinstall-remove-asm-irqh-from-user-visibility.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: hdrinstall: remove asm/irq.h from user visibility From: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Remove asm/irq.h from the exported headers -- there was never any good reason for it to have been listed. Signed-off-by: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-generic/Kbuild.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-generic/Kbuild.asm~hdrinstall-remove-asm-irqh-from-user-visibility include/asm-generic/Kbuild.asm --- a/include/asm-generic/Kbuild.asm~hdrinstall-remove-asm-irqh-from-user-visibility +++ a/include/asm-generic/Kbuild.asm @@ -1,5 +1,5 @@ unifdef-y += a.out.h auxvec.h byteorder.h errno.h fcntl.h ioctl.h \ - ioctls.h ipcbuf.h irq.h mman.h msgbuf.h param.h poll.h \ + ioctls.h ipcbuf.h mman.h msgbuf.h param.h poll.h \ posix_types.h ptrace.h resource.h sembuf.h shmbuf.h shmparam.h \ sigcontext.h siginfo.h signal.h socket.h sockios.h stat.h \ statfs.h termbits.h termios.h timex.h types.h unistd.h user.h _ Patches currently in -mm which might be from dwmw2@xxxxxxxxxxxxx are git-gfs2.patch git-hdrcleanup-vs-git-klibc-on-ia64.patch git-hdrcleanup-vs-git-klibc-on-ia64-2.patch git-mtd.patch mtd-maps-ixp4xx-partition-parsing.patch hdrinstall-remove-asm-irqh-from-user-visibility.patch hdrinstall-remove-asm-atomich-from-user-visibility.patch hdrinstall-remove-asm-ioh-from-user-visibility.patch the-scheduled-removal-of-some-oss-drivers-fix-fix.patch debug-shared-irqs.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