Make pl310_print_config static, it's not called out of pl310.c
Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
8b819ab5ca
commit
1252a89f35
@ -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…
x
Reference in New Issue
Block a user