> -----Original Message----- > From: Tomas Winkler [mailto:tomasw@xxxxxxxxx] > Sent: Wednesday, May 11, 2011 9:31 AM > To: KY Srinivasan > Cc: gregkh@xxxxxxx; devel@xxxxxxxxxxxxxxxxxxxxxx; Haiyang Zhang; Abhishek > Kane (Mindtree Consulting PVT LTD) > Subject: Re: [PATCH 164/206] Staging: hv: Add the definition hv_guid to hyperv.h > > On Tue, May 10, 2011 at 5:56 PM, K. Y. Srinivasan <kys@xxxxxxxxxxxxx> wrote: > > The subject line says it all. > > > > Signed-off-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx> > > Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> > > Signed-off-by: Abhishek Kane <v-abkane@xxxxxxxxxxxxx> > > Signed-off-by: Hank Janssen <hjanssen@xxxxxxxxxxxxx> > > --- > > Âinclude/linux/hyperv.h | Â Â4 ++++ > > Â1 files changed, 4 insertions(+), 0 deletions(-) > > > > diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h > > index 92369b9..81f8742 100644 > > --- a/include/linux/hyperv.h > > +++ b/include/linux/hyperv.h > > @@ -34,6 +34,10 @@ > > Â#include <linux/device.h> > > Â#include <asm/hyperv.h> > > > > +struct hv_guid { > > + Â Â Â unsigned char data[16]; > > +}; > > Why not to use structures form include/linux/uuid.h > Thanks Good point. I was just consolidating header files as they were; I will submit a patch for using linux/uuid.h Regards, K. Y _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel