]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the explicit member initializer style to init the bus_space struct.
authorIan Lepore <ian@FreeBSD.org>
Wed, 21 Jan 2015 02:35:04 +0000 (02:35 +0000)
committerIan Lepore <ian@FreeBSD.org>
Wed, 21 Jan 2015 02:35:04 +0000 (02:35 +0000)
commit942dfd1f3fe3465f7776c4a9d00d13c0e23f14c6
tree1531e011bfc079f6d693ef508bf488ce44bcc816
parent008991975783e756fef78ac436e3e3b4f6a938c2
Use the explicit member initializer style to init the bus_space struct.
Fill in some formerly NULL members where the implementation function
exists.  Add a dummy function that panics and use it as a placeholder
for thigns that are still unimplemented.  Remove a few unused includes.
sys/arm/arm/bus_space-v6.c