mtip32xx: ensure that all local functions are static
authorJens Axboe <axboe@kernel.dk>
Wed, 28 Sep 2011 03:27:43 +0000 (21:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 5 Nov 2011 07:35:10 +0000 (08:35 +0100)
Kill the declarations in the header file and mark them as static.
Reshuffle a few functions to ensure that everything is properly
declared before being used.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found