From: Joonsoo Kim Date: Wed, 30 Oct 2013 10:04:01 +0000 (+0900) Subject: slab: replace non-existing 'struct freelist *' with 'void *' X-Git-Tag: v3.13-rc1~15^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e00735520ffb00bda3e08c441d0a4dba42913a7;p=pandora-kernel.git slab: replace non-existing 'struct freelist *' with 'void *' There is no 'strcut freelist', but codes use pointer to 'struct freelist'. Although compiler doesn't complain anything about this wrong usage and codes work fine, but fixing it is better. Signed-off-by: Joonsoo Kim Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed