Skip to content

Commit

Permalink
Staging: hv: remove include/HvHalApi.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 b1fe0dc commit 910d7b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
1 change: 0 additions & 1 deletion drivers/staging/hv/Hv.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define __HV_H__

#include "include/HvStatus.h"
#include "include/HvHalApi.h"
#include "include/HvVpApi.h"
#include "include/HvSynicApi.h"
#include "include/HvHcApi.h"
Expand Down
32 changes: 0 additions & 32 deletions drivers/staging/hv/include/HvHalApi.h

This file was deleted.

4 changes: 2 additions & 2 deletions drivers/staging/hv/include/HvSynicApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ typedef struct _HV_TIMER_MESSAGE_PAYLOAD
{
u32 TimerIndex;
u32 Reserved;
HV_NANO100_TIME ExpirationTime; /* When the timer expired */
HV_NANO100_TIME DeliveryTime; /* When the message was delivered */
u64 ExpirationTime; /* When the timer expired */
u64 DeliveryTime; /* When the message was delivered */
} HV_TIMER_MESSAGE_PAYLOAD, *PHV_TIMER_MESSAGE_PAYLOAD;


Expand Down

0 comments on commit 910d7b3

Please sign in to comment.