summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/osd.h
Commit message (Collapse)AuthorAgeFilesLines
* Staging: hv: fix oops in vmbus - missing #includeMilan Dadok2009-10-301-0/+1
| | | | | | | | | | Add missing #includes to make hv module compile successfull. Signed-off-by: Milan Dadok <milan@dadok.name> Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman2009-09-151-8/+3
| | | | | | | | GUID should not be a typedef. As proof of the problem of typedefs, look, we are passing 2 of these as a value in functions! Bah... Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: osd.h: codingstyle cleanupsGreg Kroah-Hartman2009-09-151-20/+16
| | | | | | | | This fixes up the coding style issues in osd.h, with the exception of the typedefs, they will be removed later. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-0/+78
This moves osd.h out of the include/ subdirectory. No code changes are made here. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud