staging: rtl8188eu: remove unused {en,dis}able_interrupt
authorLuca Ceresoli <luca@lucaceresoli.net>
Tue, 14 Jul 2015 22:44:53 +0000 (00:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Jul 2015 17:15:14 +0000 (10:15 -0700)
commit42748bc905d57aa96a3b8ef50261bcf95890bef7
tree0fcbb5b4b2d50a8573932f976ab8896bca8cf5e0
parentc8011d90c68d10d67b797e0704c16697bba683a1
staging: rtl8188eu: remove unused {en,dis}able_interrupt

rtw_hal_enable_interrupt() and rtw_hal_disable_interrupt() are never
referenced, so remove them.

They used to be the only place where the enable_interrupt() and
disable_interrupt() callbacks were called, and the function pointer
is never set, so get rid of the function pointer as well.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <gregkh@linux.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/hal_intf.c
drivers/staging/rtl8188eu/include/hal_intf.h