mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
We have an implementation of generic_bs_rr_1, so use it, as some drivers use
it. Submitted by: kevlo
This commit is contained in:
parent
f6c040a2c5
commit
d3e6e0e6f6
2 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ struct bus_space at91_bs_tag = {
|
|||
NULL,
|
||||
|
||||
/* read region */
|
||||
NULL,
|
||||
generic_bs_rr_1,
|
||||
generic_armv4_bs_rr_2,
|
||||
generic_bs_rr_4,
|
||||
NULL,
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ const struct bus_space i80321_bs_tag_template = {
|
|||
NULL,
|
||||
|
||||
/* read region */
|
||||
NULL,
|
||||
generic_bs_rr_1,
|
||||
generic_armv4_bs_rr_2,
|
||||
generic_bs_rr_4,
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue