com20020: Fix allyesconfig build failure.
authorDavid S. Miller <davem@davemloft.net>
Sat, 24 Jan 2009 06:28:48 +0000 (22:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 24 Jan 2009 06:28:48 +0000 (22:28 -0800)
Reported by Stephen Rothwell.

Due to missing 'extern' in the com20020_netdev_ops declaration,
each file that includes linux/com20020.h gets another copy
defined in it's resulting object file.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found