Commit 03f4fafe authored by Chas Williams's avatar Chas Williams Committed by David S. Miller

[ATM]: [horizon] eliminate pci_find_device()

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 92b890d8
This diff is collapsed.
...@@ -457,7 +457,7 @@ struct hrz_dev { ...@@ -457,7 +457,7 @@ struct hrz_dev {
unsigned long unassigned_cell_count; unsigned long unassigned_cell_count;
struct pci_dev * pci_dev; struct pci_dev * pci_dev;
struct hrz_dev * prev; struct timer_list housekeeping;
}; };
typedef struct hrz_dev hrz_dev; typedef struct hrz_dev hrz_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