]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
generic, memparse(): constify argument
authorJeremy Fitzhardinge <jeremy@goop.org>
Thu, 24 Jul 2008 23:27:46 +0000 (16:27 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 28 Jul 2008 13:05:23 +0000 (15:05 +0200)
commitd974ae379a2fbe8948f01eabbc6b19c0a80f09bc
tree64deaab7470403d6cf77e73c35015b0ff602dd7d
parentc9272c4f9fbe2087beb3392f526dc5b19efaa56b
generic, memparse(): constify argument

memparse()'s first argument can be const, so it should be.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/kernel.h
lib/cmdline.c