powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions
[linux-2.6-block.git] / arch / powerpc / include / asm / vas.h
index 771456227496c5151e08e5acfe0fb5de39a22e1f..9b5b7261df7bbf4cd6d91900767fc91666d412d6 100644 (file)
@@ -167,14 +167,4 @@ int vas_copy_crb(void *crb, int offset);
  */
 int vas_paste_crb(struct vas_window *win, int offset, bool re);
 
-/*
- * Return a system-wide unique id for the VAS window @win.
- */
-extern u32 vas_win_id(struct vas_window *win);
-
-/*
- * Return the power bus paste address associated with @win so the caller
- * can map that address into their address space.
- */
-extern u64 vas_win_paste_addr(struct vas_window *win);
 #endif /* __ASM_POWERPC_VAS_H */