X-Git-Url: https://git.sur5r.net/?p=groeck-it87;a=blobdiff_plain;f=compat.h;h=865dcc520caec6b6b858363d8f621eb84231afcc;hp=c8ac0dee54178ef22743bd8bca98ff1b9ededa7c;hb=HEAD;hpb=905a3a095d49ef9f6eea5ec1b0bc21e3c6901b9e diff --git a/compat.h b/compat.h index c8ac0de..865dcc5 100644 --- a/compat.h +++ b/compat.h @@ -11,18 +11,6 @@ #include -#if !defined (CONFIG_HWMON_VID) && !defined(CONFIG_HWMON_VID_MODULE) -int vid_from_reg(int val, u8 vrm) -{ - return 0; -} - -u8 vid_which_vrm(void) -{ - return 0; -} -#endif - #ifndef clamp_val #define clamp_val SENSORS_LIMIT #endif