From f1f8790fc9daa9476b349232261d4ae9432f6c89 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 3 Mar 2011 16:54:25 -0600 Subject: dahdi: Do not save the irq information. If the user needs this information, there are better ways to get it than having it embedded in the device / span structures. Signed-off-by: Shaun Ruffell --- include/dahdi/kernel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h index c1f5b49..bded00b 100644 --- a/include/dahdi/kernel.h +++ b/include/dahdi/kernel.h @@ -887,7 +887,6 @@ struct dahdi_span_ops { * @location: The location of this device * @devicetype: What type of device this is. * @irqmisses: Count of "interrupt misses" for this device. - * @irq: The interrupt line (if any) for this device. * */ struct dahdi_device { @@ -897,7 +896,6 @@ struct dahdi_device { const char *devicetype; struct device dev; unsigned int irqmisses; - u8 irq; }; struct dahdi_span { -- cgit v1.2.3