Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212136
b: refs/heads/master
c: e7ffec1
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 4, 2010
1 parent 65fce14 commit 2a64a34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35a27e8e6565910e5202f1af83ea85305fbf5ceb
refs/heads/master: e7ffec1eb178db349c7fbfd647725e9d06619962
6 changes: 3 additions & 3 deletions trunk/drivers/isdn/act2000/act2000.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ typedef struct irq_data_isa {
__u8 rcvhdr[8];
} irq_data_isa;

typedef union irq_data {
typedef union act2000_irq_data {
irq_data_isa isa;
} irq_data;
} act2000_irq_data;

/*
* Per card driver data
Expand Down Expand Up @@ -176,7 +176,7 @@ typedef struct act2000_card {
char *status_buf_read;
char *status_buf_write;
char *status_buf_end;
irq_data idat; /* Data used for IRQ handler */
act2000_irq_data idat; /* Data used for IRQ handler */
isdn_if interface; /* Interface to upper layer */
char regname[35]; /* Name used for request_region */
} act2000_card;
Expand Down

0 comments on commit 2a64a34

Please sign in to comment.