From 31336c8ee9774e76dc564105e0888fd75d447269 Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Thu, 25 Aug 2011 09:48:31 -0700 Subject: [PATCH] --- yaml --- r: 267917 b: refs/heads/master c: 2e2c1d17abc3953239bc05ac586eab9f2f14bfda h: refs/heads/master i: 267915: 5ca1955f90f2a3923c05eb4309f132f4a41694af v: v3 --- [refs] | 2 +- trunk/drivers/staging/hv/hyperv.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6c1625feac9c..38414b7df045 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2ee52aaf30072e4a761e785c752e305ce10152f +refs/heads/master: 2e2c1d17abc3953239bc05ac586eab9f2f14bfda diff --git a/trunk/drivers/staging/hv/hyperv.h b/trunk/drivers/staging/hv/hyperv.h index 399d9fe7a81a..b8199f4b4aed 100644 --- a/trunk/drivers/staging/hv/hyperv.h +++ b/trunk/drivers/staging/hv/hyperv.h @@ -32,6 +32,7 @@ #include #include #include +#include #include @@ -805,6 +806,7 @@ struct hv_driver { /* the device type supported by this driver */ uuid_le dev_type; + const struct hv_vmbus_device_id *id_table; struct device_driver driver;