aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/include/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/include/osd.h')
-rw-r--r--drivers/staging/hv/include/osd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/hv/include/osd.h b/drivers/staging/hv/include/osd.h
index a3e2e29cf33..58c47a7cd3f 100644
--- a/drivers/staging/hv/include/osd.h
+++ b/drivers/staging/hv/include/osd.h
@@ -89,14 +89,6 @@ extern int WaitEventWait(struct osd_waitevent *waitEvent);
extern int WaitEventWaitEx(struct osd_waitevent *waitEvent, u32 TimeoutInMs);
-#define GetVirtualAddress Physical2LogicalAddr
-void* Physical2LogicalAddr(unsigned long PhysAddr);
-
-#define GetPhysicalAddress Logical2PhysicalAddr
-unsigned long Logical2PhysicalAddr(void * LogicalAddr);
-
-unsigned long Virtual2Physical(void * VirtAddr);
-
int osd_schedule_callback(struct workqueue_struct *wq,
void (*func)(void *),
void *data);