From 7033b64b48a3eafdd5d5f541ff6ccb96f69d9911 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Fri, 19 Jul 2013 16:16:56 +0900 Subject: [PATCH] macintosh/ams: Replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Signed-off-by: Benjamin Herrenschmidt --- Reading git-format-patch failed