Make pl310_print_config static, it's not called out of pl310.c

Sponsored by:	ABT Systems Ltd
This commit is contained in:
andrew 2015-11-17 11:26:35 +00:00
parent 8b819ab5ca
commit 1252a89f35
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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);