powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions
These two function have never been used anywhere in the kernel tree since they were added to the kernel. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
7eb3cf7619
commit
452d23c0f6
@@ -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 */
|
||||
|
Reference in New Issue
Block a user