commit | d717e90420db737325928959a6b8651bb88a304a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Dec 12 15:15:50 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 12 15:15:50 2014 -0500 |
tree | c10e7cde175984e2972c26fe1bf0d6b1b1917b4b | |
parent | a169758a271768eeebdbc3260435558534695015 [diff] | |
parent | 7142637dd93a7e1e9f5515e6c66c7d271fa92ad2 [diff] |
Merge branch 'kill_tasklet_hi_enable' 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>