diff options
| author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-05-08 15:16:23 -0400 | 
|---|---|---|
| committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-05-15 10:27:43 -0400 | 
| commit | a5e9cd952e2ee215286ea3ec5e6b3aa669e04e0e (patch) | |
| tree | f048b8132f1838409cd107ded95f260811c2b5bc | |
| parent | 12e04ffcd93b25dfd726d46338c2ee7d23de556e (diff) | |
| download | olio-linux-3.10-a5e9cd952e2ee215286ea3ec5e6b3aa669e04e0e.tar.xz olio-linux-3.10-a5e9cd952e2ee215286ea3ec5e6b3aa669e04e0e.zip  | |
xen/tmem: Cleanup. Remove the parts that say temporary.
Frontswap is upstream, no need to having this #ifdef.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
| -rw-r--r-- | drivers/xen/tmem.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/xen/tmem.c b/drivers/xen/tmem.c index e3600be4e7f..5686d6d1a4b 100644 --- a/drivers/xen/tmem.c +++ b/drivers/xen/tmem.c @@ -11,11 +11,7 @@  #include <linux/init.h>  #include <linux/pagemap.h>  #include <linux/cleancache.h> - -/* temporary ifdef until include/linux/frontswap.h is upstream */ -#ifdef CONFIG_FRONTSWAP  #include <linux/frontswap.h> -#endif  #include <xen/xen.h>  #include <xen/interface/xen.h>  |