OSDN Git Service

powerpc/powermac: Use setup_timer() helper
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 11:35:00 +0000 (17:05 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 Oct 2017 00:28:02 +0000 (11:28 +1100)
commit01451ad47e2724eb123e87a5bae04e943046b87a
tree0f908bc31eaf606d3c2ea13dcfad1a8f36fc39fe
parent8d6b1bf20f61cd5358fdc5fa83d7fc11c8393d8a
powerpc/powermac: Use setup_timer() helper

Use setup_timer function instead of initializing timer with the
function and data fields.

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powermac/low_i2c.c