Commit 3a81b5f2 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] 3w-abcd.h: TW_Device_Extension: remove an unused field

num_units in struct TAG_TW_Device_Extension is completely unused.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e536024f
......@@ -397,7 +397,6 @@ typedef struct TAG_TW_Device_Extension {
unsigned long *alignment_virtual_address[TW_Q_LENGTH];
unsigned long alignment_physical_address[TW_Q_LENGTH];
int is_unit_present[TW_MAX_UNITS];
int num_units;
unsigned long *command_packet_virtual_address[TW_Q_LENGTH];
unsigned long command_packet_physical_address[TW_Q_LENGTH];
struct pci_dev *tw_pci_dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment