mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
[PATCH] drivers/net/tokenring/lanstreamer.h Removal of old code
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
9098f5ba69
commit
f8d9c9c876
@ -62,18 +62,6 @@
|
||||
|
||||
#include <linux/version.h>
|
||||
|
||||
#if STREAMER_IOCTL && (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0))
|
||||
#include <asm/ioctl.h>
|
||||
#define IOCTL_PRINT_RX_BUFS SIOCDEVPRIVATE
|
||||
#define IOCTL_PRINT_TX_BUFS SIOCDEVPRIVATE+1
|
||||
#define IOCTL_RX_CMD SIOCDEVPRIVATE+2
|
||||
#define IOCTL_TX_CMD SIOCDEVPRIVATE+3
|
||||
#define IOCTL_PRINT_REGISTERS SIOCDEVPRIVATE+4
|
||||
#define IOCTL_PRINT_BDAS SIOCDEVPRIVATE+5
|
||||
#define IOCTL_SPIN_LOCK_TEST SIOCDEVPRIVATE+6
|
||||
#define IOCTL_SISR_MASK SIOCDEVPRIVATE+7
|
||||
#endif
|
||||
|
||||
/* MAX_INTR - the maximum number of times we can loop
|
||||
* inside the interrupt function before returning
|
||||
* control to the OS (maximum value is 256)
|
||||
|
Loading…
Reference in New Issue
Block a user