On Thu, Oct 04, 2018 at 11:03:12PM -0500, Eric Sandeen wrote: > From: Eric Sandeen <sandeen@xxxxxxxxxx> > > Include headers which export functions so that they don't appear to be > static to the sparse checker. > > Remove redundant extern declarations in c code which are no longer needed. > > Fixes sparse warnings about this. I think this really wants to be split out into a few patches describing what gets moved/included for specific case.