]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/powerpc/platforms/powernv/vas-window.c
Revert "powerpc/powernv/vas: Define helpers to access MMIO regions"
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / platforms / powernv / vas-window.c
1 /*
2 * Copyright 2016-17 IBM Corp.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
8 */
9
10 #include <linux/types.h>
11 #include <linux/mutex.h>
12
13 #include "vas.h"
14
15 /* stub for now */
16 int vas_win_close(struct vas_window *window)
17 {
18 return -1;
19 }