kernel/ecc: Add MODULE_VERSION()s.
commitb8c69b44c3d7472d7f129a92321e58f0edde9723
authorSascha Wildner <saw@online.de>
Fri, 7 Oct 2016 18:41:09 +0000 (7 20:41 +0200)
committerSascha Wildner <saw@online.de>
Sat, 8 Oct 2016 04:15:13 +0000 (8 06:15 +0200)
treee011c3d8dc9142e09a5f0047299c4266b5f3eb01
parent2c9e29840fbb252e59c3024c92bed4837277d8bf
kernel/ecc: Add MODULE_VERSION()s.

This prevents the loader from loading the module (and whining later about
it) if the driver is built into the kernel as is the case for ecc in our
default config.
sys/dev/misc/ecc/ecc_amd8000.c
sys/dev/misc/ecc/ecc_e3.c
sys/dev/misc/ecc/ecc_e5.c
sys/dev/misc/ecc/ecc_x3400.c