Locally allocate pciinit busses[] variable.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 15 Oct 2011 15:53:38 +0000 (11:53 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 15 Oct 2011 15:53:38 +0000 (11:53 -0400)
commitb725dcb7912bf52d0083f352875d28000bcb45fd
tree446f115b7b9d9707ff7a8958c3c4e4edb1dfcfa1
parent2c4c2115a72afd66d2cc861bdb25fe12347a22b0
Locally allocate pciinit busses[] variable.

No need for a global variable - only a few functions use the busses
array.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/pciinit.c