summaryrefslogtreecommitdiff
path: root/util/msrtool/cs5536.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/msrtool/cs5536.c')
-rw-r--r--util/msrtool/cs5536.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msrtool/cs5536.c b/util/msrtool/cs5536.c
index 666a93aa6b..656383d1a4 100644
--- a/util/msrtool/cs5536.c
+++ b/util/msrtool/cs5536.c
@@ -19,7 +19,7 @@
#include "msrtool.h"
-int cs5536_probe(const struct targetdef *target) {
+int cs5536_probe(const struct targetdef *target, const struct cpuid_t *id) {
return (NULL != pci_dev_find(0x1022, 0x2090));
}