staging: et131x: Move function declarations from et131x.h to et131x.c
authorMark Einon <mark.einon@gmail.com>
Thu, 20 Oct 2011 00:18:31 +0000 (01:18 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 23 Oct 2011 08:07:08 +0000 (10:07 +0200)
The function declarations in et131x.h are no longer used now all
functions are in one file. Removed declarations from et131x.h and
added any required forward declarations to et131x.c.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found