sparc64: Fix build with mix of modular vs. non-modular crypto drivers.
authorDavid S. Miller <davem@davemloft.net>
Sat, 10 Nov 2012 04:53:32 +0000 (20:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Nov 2012 04:55:16 +0000 (20:55 -0800)
We tried linking in a single built object to hold the device table,
but only works if all of the sparc64 crypto modules get built the same
way (modular vs. non-modular).

Just include the device ID stub into each driver source file so that
the table gets compiled into the correct result in all cases.

Reported-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found