From: Daniel Thompson Date: Thu, 11 Sep 2014 09:41:12 +0000 (+0100) Subject: kdb: Const qualifier for kdb_getstr's prompt argument X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d375f6f24c3e4c9c235672695b4c314cf6b964;p=pandora-kernel.git kdb: Const qualifier for kdb_getstr's prompt argument All current callers of kdb_getstr() can pass constant pointers via the prompt argument. This patch adds a const qualification to make explicit the fact that this is safe. Signed-off-by: Daniel Thompson Signed-off-by: Jason Wessel --- Reading git-diff-tree failed