summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-03-03 16:54:25 -0600
committerShaun Ruffell <sruffell@digium.com>2011-04-15 14:21:14 -0500
commitf1f8790fc9daa9476b349232261d4ae9432f6c89 (patch)
tree6e6d81e56ff7b4c45b8c3342e4ecd42a06aa1bae /include
parentf900e1f229bbd4e04229052b18a1dc6cacbb0e52 (diff)
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 <sruffell@digium.com>
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h2
1 files changed, 0 insertions, 2 deletions
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 {