aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/vtpm/vtpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubdom/vtpm/vtpm.c')
-rw-r--r--stubdom/vtpm/vtpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubdom/vtpm/vtpm.c b/stubdom/vtpm/vtpm.c
index 71aef78d17..3362ea816b 100644
--- a/stubdom/vtpm/vtpm.c
+++ b/stubdom/vtpm/vtpm.c
@@ -367,7 +367,7 @@ int main(int argc, char **argv)
}
/* Initialize devices */
- init_tpmback();
+ init_tpmback(NULL, NULL);
if((tpmfront_dev = init_tpmfront(NULL)) == NULL) {
error("Unable to initialize tpmfront device");
goto abort_posttpmfront;