projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e04ff
)
xen/tmem: Cleanup. Remove the parts that say temporary.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 8 May 2013 19:16:23 +0000
(15:16 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 15 May 2013 14:27:43 +0000
(10:27 -0400)
Frontswap is upstream, no need to having this #ifdef.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/tmem.c
patch
|
blob
|
history
diff --git
a/drivers/xen/tmem.c
b/drivers/xen/tmem.c
index e3600be4e7fabe54660d5adb1d2f7446b482ff00..5686d6d1a4b51f5fb4d013c2c5629bb30288cbf8 100644
(file)
--- 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>