]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/compat_ioctl.h
[PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability()
[linux-2.6-omap-h63xx.git] / include / linux / compat_ioctl.h
index 339878952f12f7fe4e3b81ff86691a6923344a34..8fad50f8e3890d9f267ec3e7361d619390557f38 100644 (file)
@@ -2,14 +2,6 @@
  * compatible types passed or none at all... Please include
  * only stuff that is compatible on *all architectures*.
  */
-#ifndef COMPATIBLE_IOCTL /* pointer to compatible structure or no argument */
-#define COMPATIBLE_IOCTL(cmd)  HANDLE_IOCTL((cmd),(ioctl_trans_handler_t)sys_ioctl)
-#endif
-
-#ifndef ULONG_IOCTL /* argument is an unsigned long integer, not a pointer */
-#define ULONG_IOCTL(cmd)  HANDLE_IOCTL((cmd),(ioctl_trans_handler_t)sys_ioctl)
-#endif
-
 
 COMPATIBLE_IOCTL(0x4B50)   /* KDGHWCLK - not in the kernel, but don't complain */
 COMPATIBLE_IOCTL(0x4B51)   /* KDSHWCLK - not in the kernel, but don't complain */