sh_eth: move data from header file to driver
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Thu, 28 Mar 2013 11:48:26 +0000 (11:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2013 19:31:30 +0000 (15:31 -0400)
The driver's header file contains initialized register offset tables which (as
any data definitions), of course, have no business being there.  Move them  to
the driver's body, somewhat beautifying the initializers, while at it...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found