mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
trim unused members of the softc.
This commit is contained in:
parent
561205dff6
commit
7f70425916
1 changed files with 0 additions and 3 deletions
|
|
@ -47,12 +47,9 @@ struct obio_softc {
|
|||
bus_space_tag_t oba_st; /* bus space tag */
|
||||
bus_addr_t oba_addr; /* address of device */
|
||||
bus_size_t oba_size; /* size of device */
|
||||
int oba_width; /* bus width */
|
||||
int oba_irq; /* XINT interrupt bit # */
|
||||
struct rman oba_rman;
|
||||
struct rman oba_irq_rman;
|
||||
|
||||
};
|
||||
extern struct bus_space obio_bs_tag;
|
||||
|
||||
#endif /* _OCTEON_OBIOVAR_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue