Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it.
Submitted by: kevlo
This commit is contained in:
parent
363dba9151
commit
4fa540e2fb
@ -64,15 +64,6 @@ struct sa11x0_softc {
|
||||
typedef void *sa11x0_chipset_tag_t;
|
||||
|
||||
extern struct bus_space sa11x0_bs_tag;
|
||||
struct sa11x0_attach_args {
|
||||
sa11x0_chipset_tag_t sa_sc;
|
||||
bus_space_tag_t sa_iot; /* Bus tag */
|
||||
bus_addr_t sa_addr; /* i/o address */
|
||||
bus_size_t sa_size;
|
||||
|
||||
int sa_intr;
|
||||
int sa_gpio;
|
||||
};
|
||||
|
||||
void *sa11x0_intr_establish(sa11x0_chipset_tag_t, int, int, int,
|
||||
int (*)(void *), void *);
|
||||
|
Loading…
Reference in New Issue
Block a user