commit | 0db155de988031f925096a7df1bf9633790a2c18 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jan 23 22:28:48 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 23 22:28:48 2009 -0800 |
tree | 09f6d3c8d9254b6120c511b0633a07f50293de0b | |
parent | 92af3e95e4896452ab33b1841c3e9a9d50658064 [diff] |
com20020: Fix allyesconfig build failure. 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>