avr32: replace simple_strtoul() with kstrtoul()
authorRamkumar Ramachandra <[email protected]>
Tue, 1 Apr 2014 00:42:42 +0000 (20:42 -0400)
committerHans-Christian Egtvedt <[email protected]>
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 <[email protected]>
Cc: Haavard Skinnemoen <[email protected]>
Cc: Hans-Christian Egtvedt <[email protected]>
Signed-off-by: Ramkumar Ramachandra <[email protected]>
Signed-off-by: Hans-Christian Egtvedt <[email protected]>
arch/avr32/kernel/cpu.c