mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
sparc: Kill OBP property members of sbus_dev and sbus_bus
Unused. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9b9644c6d9
commit
c6e5f661ee
3 changed files with 1 additions and 30 deletions
|
@ -30,9 +30,6 @@ struct sbus_dev {
|
|||
struct sbus_dev *next;
|
||||
struct sbus_dev *child;
|
||||
struct sbus_dev *parent;
|
||||
int prom_node;
|
||||
char prom_name[64];
|
||||
int slot;
|
||||
};
|
||||
#define to_sbus_device(d) container_of(d, struct sbus_dev, ofdev.dev)
|
||||
|
||||
|
@ -41,9 +38,6 @@ struct sbus_bus {
|
|||
struct of_device ofdev;
|
||||
struct sbus_dev *devices; /* Link to devices on this SBus */
|
||||
struct sbus_bus *next; /* next SBus, if more than one SBus */
|
||||
int prom_node; /* PROM device tree node for this SBus */
|
||||
char prom_name[64]; /* Usually "sbus" or "sbi" */
|
||||
int clock_freq;
|
||||
};
|
||||
#define to_sbus(d) container_of(d, struct sbus_bus, ofdev.dev)
|
||||
|
||||
|
|
|
@ -30,9 +30,6 @@ struct sbus_dev {
|
|||
struct sbus_dev *next;
|
||||
struct sbus_dev *child;
|
||||
struct sbus_dev *parent;
|
||||
int prom_node;
|
||||
char prom_name[64];
|
||||
int slot;
|
||||
};
|
||||
#define to_sbus_device(d) container_of(d, struct sbus_dev, ofdev.dev)
|
||||
|
||||
|
@ -41,10 +38,6 @@ struct sbus_bus {
|
|||
struct of_device ofdev;
|
||||
struct sbus_dev *devices; /* Tree of SBUS devices */
|
||||
struct sbus_bus *next; /* Next SBUS in system */
|
||||
int prom_node; /* OBP node of SBUS */
|
||||
char prom_name[64]; /* Usually "sbus" or "sbi" */
|
||||
int clock_freq;
|
||||
int portid;
|
||||
};
|
||||
#define to_sbus(d) container_of(d, struct sbus_bus, ofdev.dev)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue