staging: dgap: remove useless a variable within board_t
authorDaeseok Youn <daeseok.youn@gmail.com>
Mon, 18 Aug 2014 14:32:36 +0000 (23:32 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 21:04:58 +0000 (14:04 -0700)
commitc643794eb3b57116924eadb40bbc34296b49d401
tree81b15b33da4066516861e6d03175f7b4cb940cfb
parent9f20ecc51bc08c1ee9c1ed320ef6ca411eb154c6
staging: dgap: remove useless a variable within board_t

The use_interrupts is used only in dagp_request_irq() for checking
a value from user config file. It doesn't need in board_t struct.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c
drivers/staging/dgap/dgap.h