Skip to content

Commit

Permalink
Staging: hv: remove include/HvTypes.h
Browse files Browse the repository at this point in the history
It isn't needed at all, was only being used for one typedef,
which is now removed.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 93b5c9e commit b1fe0dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
1 change: 0 additions & 1 deletion drivers/staging/hv/Hv.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#ifndef __HV_H__
#define __HV_H__

#include "include/HvTypes.h"
#include "include/HvStatus.h"
#include "include/HvHalApi.h"
#include "include/HvVpApi.h"
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/hv/include/HvSynicApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ typedef struct _HV_PORT_INFO

struct
{
HV_GPA MonitorAddress;
u64 MonitorAddress;
u64 RsvdZ;
} MonitorPortInfo;
};
Expand All @@ -251,7 +251,7 @@ typedef struct _HV_CONNECTION_INFO

struct
{
HV_GPA MonitorAddress;
u64 MonitorAddress;
} MonitorConnectionInfo;
};
} HV_CONNECTION_INFO, *PHV_CONNECTION_INFO;
Expand Down
31 changes: 0 additions & 31 deletions drivers/staging/hv/include/HvTypes.h

This file was deleted.

0 comments on commit b1fe0dc

Please sign in to comment.