summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 {