drivers/gpu/drm/drm_fb_helper.c: don't use private implementation of atoi()
authorAndy Shevchenko <ext-andriy.shevchenko@nokia.com>
Tue, 2 Feb 2010 22:40:32 +0000 (14:40 -0800)
committerDave Airlie <airlied@redhat.com>
Thu, 11 Feb 2010 04:28:00 +0000 (14:28 +1000)
commit3b40a4434f4d65321332dec590a079d7a75077d8
treec04b2d9daaaabb0a3ad3b249759291996ff05949
parent9a1420d1185693b6e24719d3937a0c20a3e0e31d
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 <ext-andriy.shevchenko@nokia.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c