Skip to content

Commit

Permalink
[PATCH] hdrinstall: remove asm/irq.h from user visibility
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
dwmw2 authored and Linus Torvalds committed Jul 15, 2006
1 parent a000965 commit 998f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-generic/Kbuild.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 998f6fa

Please sign in to comment.