From: Andy Shevchenko Date: Tue, 2 Feb 2010 22:40:32 +0000 (-0800) Subject: drivers/gpu/drm/drm_fb_helper.c: don't use private implementation of atoi() X-Git-Tag: v2.6.34-rc1~209^2~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b40a4434f4d65321332dec590a079d7a75077d8;p=pandora-kernel.git drivers/gpu/drm/drm_fb_helper.c: don't use private implementation of atoi() Kernel has simple_strtol() which would be used as atoi(). This is quite the same fix as in 2cb96f86628d6e97fcbda5fe4d8d74876239834c ("fbdev: drop custom atoi from drivers/video/modedb.c") because code in drivers/gpu/drm/drm_fb_helper.c is based on drivers/video/modedb.c. Signed-off-by: Andy Shevchenko Cc: Jesse Barnes Signed-off-by: Andrew Morton Signed-off-by: Dave Airlie --- Reading git-diff-tree failed