diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3touchbook.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3touchbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index 7da48bc42bbf..70b904c010c6 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -336,7 +336,7 @@ static int __init early_touchbook_revision(char *p) | |||
336 | if (!p) | 336 | if (!p) |
337 | return 0; | 337 | return 0; |
338 | 338 | ||
339 | return strict_strtoul(p, 10, &touchbook_revision); | 339 | return kstrtoul(p, 10, &touchbook_revision); |
340 | } | 340 | } |
341 | early_param("tbr", early_touchbook_revision); | 341 | early_param("tbr", early_touchbook_revision); |
342 | 342 | ||