diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-01-02 16:56:53 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-02-08 14:57:43 -0500 |
commit | e658bc556b3b2e699c5d9ba65fcc955f35105f42 (patch) | |
tree | 3332ec347fd566100f272adcdef4d88f78085718 /drivers/ieee1394/nodemgr.h | |
parent | d395a1774f34600d72f7d3796716f350ef29584b (diff) |
the scheduled IEEE1394_OUI_DB removal
This patch contains the scheduled IEEE1394_OUI_DB removal.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Update: Also remove drivers/ieee1394/.gitignore.
Remove now unused struct members in drivers/ieee1394/nodemgr.h.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/nodemgr.h')
-rw-r--r-- | drivers/ieee1394/nodemgr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ieee1394/nodemgr.h b/drivers/ieee1394/nodemgr.h index e25cbadb8be0..4147303ad448 100644 --- a/drivers/ieee1394/nodemgr.h +++ b/drivers/ieee1394/nodemgr.h | |||
@@ -70,7 +70,6 @@ struct unit_directory { | |||
70 | 70 | ||
71 | quadlet_t vendor_id; | 71 | quadlet_t vendor_id; |
72 | struct csr1212_keyval *vendor_name_kv; | 72 | struct csr1212_keyval *vendor_name_kv; |
73 | const char *vendor_oui; | ||
74 | 73 | ||
75 | quadlet_t model_id; | 74 | quadlet_t model_id; |
76 | struct csr1212_keyval *model_name_kv; | 75 | struct csr1212_keyval *model_name_kv; |
@@ -93,7 +92,6 @@ struct unit_directory { | |||
93 | struct node_entry { | 92 | struct node_entry { |
94 | u64 guid; /* GUID of this node */ | 93 | u64 guid; /* GUID of this node */ |
95 | u32 guid_vendor_id; /* Top 24bits of guid */ | 94 | u32 guid_vendor_id; /* Top 24bits of guid */ |
96 | const char *guid_vendor_oui; /* OUI name of guid vendor id */ | ||
97 | 95 | ||
98 | struct hpsb_host *host; /* Host this node is attached to */ | 96 | struct hpsb_host *host; /* Host this node is attached to */ |
99 | nodeid_t nodeid; /* NodeID */ | 97 | nodeid_t nodeid; /* NodeID */ |
@@ -104,7 +102,6 @@ struct node_entry { | |||
104 | /* The following is read from the config rom */ | 102 | /* The following is read from the config rom */ |
105 | u32 vendor_id; | 103 | u32 vendor_id; |
106 | struct csr1212_keyval *vendor_name_kv; | 104 | struct csr1212_keyval *vendor_name_kv; |
107 | const char *vendor_oui; | ||
108 | 105 | ||
109 | u32 capabilities; | 106 | u32 capabilities; |
110 | 107 | ||