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 /drivers/xen | |
parent | 12e04ffcd93b25dfd726d46338c2ee7d23de556e (diff) |
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>
Diffstat (limited to 'drivers/xen')
-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 e3600be4e7fa..5686d6d1a4b5 100644 --- a/drivers/xen/tmem.c +++ b/drivers/xen/tmem.c | |||
@@ -11,11 +11,7 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/pagemap.h> | 12 | #include <linux/pagemap.h> |
13 | #include <linux/cleancache.h> | 13 | #include <linux/cleancache.h> |
14 | |||
15 | /* temporary ifdef until include/linux/frontswap.h is upstream */ | ||
16 | #ifdef CONFIG_FRONTSWAP | ||
17 | #include <linux/frontswap.h> | 14 | #include <linux/frontswap.h> |
18 | #endif | ||
19 | 15 | ||
20 | #include <xen/xen.h> | 16 | #include <xen/xen.h> |
21 | #include <xen/interface/xen.h> | 17 | #include <xen/interface/xen.h> |