145eb479a4
The bus variable doesn't live outside the scope of this function, and is
only used as a convenient way for passing the pointers to all the
sub-functions, so it doesn't need to be allocated. Put it on the stack
instead. A similar fix for ipq806x was done in
|
||
---|---|---|
.. | ||
include/soc | ||
blobs_init.c | ||
blsp.c | ||
cbmem.c | ||
clock.c | ||
gpio.c | ||
i2c.c | ||
Kconfig | ||
lcc.c | ||
Makefile.inc | ||
mbn_header.h | ||
qup.c | ||
soc.c | ||
spi.c | ||
timer.c | ||
tz_wrapper.S | ||
uart.c | ||
usb.c |