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.

Quentin Lambert (2):
  jme: replace calls to redundant function
  linux/interrupt.h: remove the definition of unused tasklet_hi_enable

 drivers/net/ethernet/jme.c | 12 ++++++------
 include/linux/interrupt.h  |  6 ------
 2 files changed, 6 insertions(+), 12 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to