From: Heiko Carstens Date: Wed, 20 Sep 2006 13:59:00 +0000 (+0200) Subject: [S390] Use simple_strtoul instead of own cmm_strtoul wrapper. X-Git-Tag: v2.6.19-rc1~1298^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5d688f724dd5a651d1ce7bc3ea7c03d28137a1;p=pandora-kernel.git [S390] Use simple_strtoul instead of own cmm_strtoul wrapper. Fix compile warning with some configurations: arch/s390/mm/cmm.c:58: warning: 'cmm_strtoul' defined but not used Originally cmm_strtoul was introduced because simple_strtoul couldn't handle strings with hexadecimal numbers that contained a capital 'X'. Since this is no longer true cmm_strtoul can be removed. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed