FA526: remove exports and forward decls
commitdd96b2c28e8ab633678c13636410f9f9a541dbd3
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 6 Nov 2009 04:36:18 +0000 (5 20:36 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 6 Nov 2009 04:36:18 +0000 (5 20:36 -0800)
treecc878f7b502a5f955433942d505a1133cd237c87
parentb52fa7492cfaf079145222d31eb8a2c9c6108ac4
FA526: remove exports and forward decls

Unneeded exports cause confusion about the module interfaces.
Make most functions static.

The forward decls are just code clutter; remove them, by moving
their references after definitions.  This is another file which
never needed even one internal forward declaration.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/fa526.c