Skip to content

Commit

Permalink
[PATCH] kill <asm/ioctl32.h>
Browse files Browse the repository at this point in the history
These days <linux/ioctl32.h> handles everything, no need for an asm
header on just two architectures.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Christoph Hellwig authored and Linus Torvalds committed May 17, 2005
1 parent afbf510 commit 5418b69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/ia64/ia32/ia32_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

#define INCLUDES
#include "compat_ioctl.c"
#include <asm/ioctl32.h>

#define IOCTL_NR(a) ((a) & ~(_IOC_SIZEMASK << _IOC_SIZESHIFT))

Expand Down
1 change: 0 additions & 1 deletion include/asm-ia64/ioctl32.h
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
#include <linux/ioctl32.h>
1 change: 0 additions & 1 deletion include/asm-x86_64/ioctl32.h
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
#include <linux/ioctl32.h>

0 comments on commit 5418b69

Please sign in to comment.