zsmalloc: collapse internal .h into .c
authorSeth Jennings <sjenning@linux.vnet.ibm.com>
Wed, 8 Aug 2012 06:12:17 +0000 (15:12 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 02:34:24 +0000 (19:34 -0700)
commit0959c63f11c3bbef0a7d6c5011be8d25503f547c
tree4b3614509315ea90bf82775cb2d52e5121e2fff8
parent4ec2601f6f383c8684f21562c0906e15c0dbccdd
zsmalloc: collapse internal .h into .c

The patch collapses in the internal zsmalloc_int.h into
the zsmalloc-main.c file.

This is done in preparation for the promotion to mm/ where
separate internal headers are discouraged.

Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Signed-off-by: Minchan Kim <minchan@kernel.org>
Acked-by: Nitin Gupta <ngupta@vflare.org>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zsmalloc/zsmalloc-main.c
drivers/staging/zsmalloc/zsmalloc_int.h [deleted file]