diff options
| author | DerTeufel <dominik-kassel@gmx.de> | 2015-10-19 20:03:51 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2016-12-11 13:01:15 +0100 |
| commit | a542dc2481ac4778c7052455caa3dd67bfea8864 (patch) | |
| tree | aecb3e32898f9272379de951b05996eb52acf42b | |
| parent | 1f851efe7ae6ea82ed710700b68fa4a874403673 (diff) | |
fix build
| -rw-r--r-- | drivers/block/zram/zcomp.c | 2 | ||||
| -rw-r--r-- | drivers/block/zram/zcomp_lzo.h | 2 | ||||
| -rw-r--r-- | include/linux/zcomp.h (renamed from drivers/block/zram/zcomp.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/zram/zcomp.c b/drivers/block/zram/zcomp.c index f1ff39a3d..6a7692281 100644 --- a/drivers/block/zram/zcomp.c +++ b/drivers/block/zram/zcomp.c @@ -14,7 +14,7 @@ #include <linux/wait.h> #include <linux/sched.h> -#include "zcomp.h" +#include <linux/zcomp.h> #include "zcomp_lzo.h" #ifdef CONFIG_ZRAM_LZ4_COMPRESS #include "zcomp_lz4.h" diff --git a/drivers/block/zram/zcomp_lzo.h b/drivers/block/zram/zcomp_lzo.h index 128c5807f..a1cdc9eb9 100644 --- a/drivers/block/zram/zcomp_lzo.h +++ b/drivers/block/zram/zcomp_lzo.h @@ -10,7 +10,7 @@ #ifndef _ZCOMP_LZO_H_ #define _ZCOMP_LZO_H_ -#include "zcomp.h" +#include <linux/zcomp.h> extern struct zcomp_backend zcomp_lzo; diff --git a/drivers/block/zram/zcomp.h b/include/linux/zcomp.h index c59d1fca7..c59d1fca7 100644 --- a/drivers/block/zram/zcomp.h +++ b/include/linux/zcomp.h |
