diff --git a/it87.c b/it87.c index 76baaeb..5943019 100644 --- a/it87.c +++ b/it87.c @@ -74,6 +74,7 @@ #include #include #include "compat.h" +#include "version.h" #define DRVNAME "it87" @@ -3934,6 +3935,8 @@ static int __init sm_it87_init(void) bool found = false; int i, err; + pr_info("it87 driver version %s\n", IT87_DRIVER_VERSION); + if (dmi) dmi_data = dmi->driver_data;