mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Make pl310_print_config static, it's not called out of pl310.c
Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
21178e1e44
commit
f90ec37df0
2 changed files with 1 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ static struct ofw_compat_data compat_data[] = {
|
|||
{NULL, false}
|
||||
};
|
||||
|
||||
void
|
||||
static void
|
||||
pl310_print_config(struct pl310_softc *sc)
|
||||
{
|
||||
uint32_t aux, prefetch;
|
||||
|
|
|
|||
|
|
@ -177,7 +177,6 @@ pl310_write4(struct pl310_softc *sc, bus_size_t off, uint32_t val)
|
|||
bus_write_4(sc->sc_mem_res, off, val);
|
||||
}
|
||||
|
||||
void pl310_print_config(struct pl310_softc *sc);
|
||||
void pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg,
|
||||
uint32_t read, uint32_t write, uint32_t setup);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue