avr32: replace simple_strtoul() with kstrtoul()
authorRamkumar Ramachandra <artagnon@gmail.com>
Tue, 1 Apr 2014 00:42:42 +0000 (20:42 -0400)
committerHans-Christian Egtvedt <egtvedt@samfundet.no>
Tue, 1 Apr 2014 07:09:25 +0000 (09:09 +0200)
commit4c3b7df4ed541f934e7aad7a52aee12d44b9c2ff
tree89deacc5fb7bd480b0588d092aeecad4309d3a50
parent2601566d01026d6ad46b1e967466aee7fbce948e
avr32: replace simple_strtoul() with kstrtoul()

simple_strtoul() is marked for obsoletion; use the newer and more
pleasant kstrtoul() in its place.

Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
arch/avr32/kernel/cpu.c