From: Greg Kroah-Hartman Date: Wed, 19 Aug 2009 23:18:56 +0000 (-0700) Subject: Staging: hv: osd.h: fix GUID reference problem X-Git-Tag: v2.6.32-rc1~668^2~367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daaa8cc31fbd2b7356a0d67dd9ca6d336507f118;p=pandora-kernel.git Staging: hv: osd.h: fix GUID reference problem As GUID was a typedef, it hid the fact that we were passing it a 2 variables in functions. This fixes this up by passing it as a pointer, as it should be. Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed