ARM926: remove exports and forward decls
commit4d17541a2c46fe75fbdcdfdaa647c4a4327c6561
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 28 Oct 2009 17:42:23 +0000 (28 10:42 -0700)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 28 Oct 2009 17:42:23 +0000 (28 10:42 -0700)
tree31a43e599c6294f335ad96a815a8a84dc8fb74dd
parent053a763aa61a801ac2259ee87aaed4cd140557d9
ARM926: remove exports and forward decls

Unneeded exports cause confusion about the module interfaces.
Only the Feroceon code builds on this, so only routines it
reuses should be public..  Make most remaining functions
static, and fix some of the line-too-long issues.

The forward decls are just code clutter; move their references
later, after the normal declarations.  Turns out we don't need
even one forward declaration in this file.

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