mirror of https://gitee.com/openkylin/linux.git
zcache: Module license is defined twice.
The other (same license) is at the end of the file. Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
86d7de66dd
commit
1dba904ca9
|
@ -73,8 +73,6 @@ static char *namestr __read_mostly = "zcache";
|
|||
#define ZCACHE_GFP_MASK \
|
||||
(__GFP_FS | __GFP_NORETRY | __GFP_NOWARN | __GFP_NOMEMALLOC)
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
/* crypto API for zcache */
|
||||
#define ZCACHE_COMP_NAME_SZ CRYPTO_MAX_ALG_NAME
|
||||
static char zcache_comp_name[ZCACHE_COMP_NAME_SZ] __read_mostly;
|
||||
|
|
Loading…
Reference in New Issue