Merge branch 'kill_tasklet_hi_enable'
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 20:15:50 +0000 (15:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 20:15:50 +0000 (15:15 -0500)
Quentin Lambert says:

====================
Remove redundant function

tasklet_hi_enable and tasklet_enable are redundant. Since
tasklet_hi_enable is used only 6 times in 1 file, the first
patch changes calls to the function with calls to tasklet_enable.

The second patch removes tasklet_hi_enable definition.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge