Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162211
b: refs/heads/master
c: 910d7b3
h: refs/heads/master
i:
  162209: 114387a
  162207: 7c607e3
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 5ade985 commit 2f8aaad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1fe0dca03ea41c703f2899991ae6b45dbb48e2b
refs/heads/master: 910d7b31f598a1ce7a0325889537aa993ed1ce1c
1 change: 0 additions & 1 deletion trunk/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 trunk/drivers/staging/hv/include/HvHalApi.h

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/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 2f8aaad

Please sign in to comment.