Staging: comedi: Finish removing ni_private typedef
This fixes compilation of ni_mio_cs.c that was broken. Signed-off-by: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2696fb57e6
commit
2ce492f5cb
@@ -280,7 +280,6 @@ struct ni_private {
|
||||
struct pnp_dev *isapnp_dev;
|
||||
NI_PRIVATE_COMMON
|
||||
};
|
||||
|
||||
#define devpriv ((struct ni_private *)dev->private)
|
||||
|
||||
/* How we access registers */
|
||||
|
@@ -1221,7 +1221,6 @@ COMEDI_PCI_INITCLEANUP(driver_pcimio, ni_pci_table)
|
||||
struct ni_private {
|
||||
NI_PRIVATE_COMMON
|
||||
};
|
||||
|
||||
#define devpriv ((struct ni_private *)dev->private)
|
||||
|
||||
/* How we access registers */
|
||||
|
Reference in New Issue
Block a user