提交 149b98d1 编写于 作者: H H Hartley Sweeten 提交者: Greg Kroah-Hartman

staging: comedi: adl_pci6208: remove unused variable in the private data

The 'data' variable in the private data struct is not used by the
driver. Remove it.
Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a7c6de4c
......@@ -71,7 +71,6 @@ static const struct pci6208_board pci6208_boards[] = {
};
struct pci6208_private {
int data;
struct pci_dev *pci_dev;
unsigned int ao_readback[2];
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册