From: Magnus Damm Date: Wed, 17 Jun 2009 04:55:42 +0000 (+0000) Subject: sh: use kzalloc() for cpg clocks X-Git-Tag: v2.6.31-rc1~139^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7eb4ebc9001ce343969f58fa538e164e82000b;p=pandora-kernel.git sh: use kzalloc() for cpg clocks Convert the shared clock cpg code from bootmem to slab. Without this patch the current bootmem code triggers WARN_ON() because the slab is available. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed