Skip to content

Commit

Permalink
ieee1394: remove unused struct member from highlevel API
Browse files Browse the repository at this point in the history
struct hpsb_highlevel's struct module *owner is neither used by the IEEE
1394 core nor set by any of the in-tree drivers or the two out-of-tree
highlevel drivers I know about (dfg1394, mem1394) --- nor is this member
documented.  An unscheduled removal seems acceptable.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Dec 7, 2006
1 parent 68380b5 commit 0e930f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ieee1394/highlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ struct hpsb_address_serve {
/* Only the following structures are of interest to actual highlevel drivers. */

struct hpsb_highlevel {
struct module *owner;
const char *name;

/* Any of the following pointers can legally be NULL, except for
Expand Down

0 comments on commit 0e930f4

Please sign in to comment.