1
0
Fork 0

[PATCH] kill <asm/ioctl32.h>

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>
hifive-unleashed-5.1
Christoph Hellwig 2005-05-16 21:53:57 -07:00 committed by Linus Torvalds
parent afbf510d47
commit 5418b6925c
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@
#define INCLUDES
#include "compat_ioctl.c"
#include <asm/ioctl32.h>
#define IOCTL_NR(a) ((a) & ~(_IOC_SIZEMASK << _IOC_SIZESHIFT))

View File

@ -1 +0,0 @@
#include <linux/ioctl32.h>

View File

@ -1 +0,0 @@
#include <linux/ioctl32.h>