git: kernel/ecc: Add MODULE_VERSION()s.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Oct 7 23:07:02 PDT 2016


commit b8c69b44c3d7472d7f129a92321e58f0edde9723
Author: Sascha Wildner <saw at online.de>
Date:   Fri Oct 7 20:41:09 2016 +0200

    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.

Summary of changes:
 sys/dev/misc/ecc/ecc_amd8000.c | 1 +
 sys/dev/misc/ecc/ecc_e3.c      | 1 +
 sys/dev/misc/ecc/ecc_e5.c      | 1 +
 sys/dev/misc/ecc/ecc_x3400.c   | 1 +
 4 files changed, 4 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b8c69b44c3d7472d7f129a92321e58f0edde9723


-- 
DragonFly BSD source repository


More information about the Commits mailing list