Commit c7ef2298 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

Staging: comedi: Remove ni_private typedef

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 344d23e9
......@@ -173,11 +173,13 @@ static const ni_board ni_boards[] = {
#define NI_E_IRQ_FLAGS IRQF_SHARED
typedef struct {
struct ni_private {
struct pcmcia_device *link;
NI_PRIVATE_COMMON} ni_private;
#define devpriv ((ni_private *)dev->private)
NI_PRIVATE_COMMON};
#define devpriv ((struct ni_private *)dev->private)
/* How we access registers */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment