diff --git a/mm/zswap.c b/mm/zswap.c index f6c89049cf7003f941526affc2a94506925c19d4..f2fc0373b9677d22bdf40ea38d5db89d106d6120 100644 --- a/mm/zswap.c +++ b/mm/zswap.c @@ -1540,6 +1540,5 @@ static int __init init_zswap(void) /* must be late so crypto has time to come up */ late_initcall(init_zswap); -MODULE_LICENSE("GPL"); MODULE_AUTHOR("Seth Jennings "); MODULE_DESCRIPTION("Compressed cache for swap pages");