From 4276bdd18c3d3e1552c08c7b3636dfd5a733cf63 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Mon, 18 Jan 2010 21:19:48 +0000 Subject: wct4xxp: Replaced a lost member of the t4 struct, which was clobbered in the merge commits. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7941 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/base.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dahdi/wct4xxp/base.c') diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c index 77dfbfa..463d183 100644 --- a/drivers/dahdi/wct4xxp/base.c +++ b/drivers/dahdi/wct4xxp/base.c @@ -325,6 +325,7 @@ struct t4 { #endif int irq; /* IRQ used by device */ int order; /* Order */ + int flags; /* Device flags */ unsigned int falc31 : 1; /* are we falc v3.1 (atomic not necessary) */ int master; /* Are we master */ int ledreg; /* LED Register */ -- cgit v1.2.3