aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinchan Kim <minchan@kernel.org>2014-01-30 15:45:54 -0800
committerMister Oyster <oysterized@gmail.com>2016-12-11 12:59:15 +0100
commit500a08d6c972569b7deea73443d0fffed44947dd (patch)
treee7f1bc2c7e980d969ca7e9f4e858ad7971e9cbec /include
parent92d797b3002c5c021483b540524fca4a60282517 (diff)
zram: remove old private project comment
Remove the old private compcache project address so upcoming patches should be sent to LKML because we Linux kernel community will take care. Signed-off-by: Minchan Kim <minchan@kernel.org> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Conflicts: drivers/block/zram/zram_drv.h
Diffstat (limited to 'include')
-rw-r--r--include/linux/zram_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/zram_drv.h b/include/linux/zram_drv.h
index b5f9547c9..81fa752c3 100644
--- a/include/linux/zram_drv.h
+++ b/include/linux/zram_drv.h
@@ -9,7 +9,6 @@
* Released under the terms of 3-clause BSD License
* Released under the terms of GNU General Public License Version 2.0
*
- * Project home: http://compcache.googlecode.com
*/
#ifndef _ZRAM_DRV_H_