summaryrefslogtreecommitdiff
path: root/drivers/staging/sep/sep_dev.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-08-07 18:24:26 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:02:14 (GMT)
commit6343cefdc8174f2d00abf8201ecd17d354e5ddf7 (patch)
treebf6cf151447554b3876534a50e752748e677cb7d /drivers/staging/sep/sep_dev.h
parent904290c0b7b48e757b3dc9451f4b014f42c25098 (diff)
downloadlinux-6343cefdc8174f2d00abf8201ecd17d354e5ddf7.tar.xz
Staging: sep: Fix PCI irq usage
Don't read the IRQ from the device, the device has no idea what is going on in the full bus topology and remapping above PCI. Use the pdev->irq field. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sep/sep_dev.h')
-rw-r--r--drivers/staging/sep/sep_dev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/sep/sep_dev.h b/drivers/staging/sep/sep_dev.h
index 27248eb..4828663 100644
--- a/drivers/staging/sep/sep_dev.h
+++ b/drivers/staging/sep/sep_dev.h
@@ -54,9 +54,6 @@ struct sep_device {
unsigned long resident_size;
void *resident_addr;
- /* device interrupt (as retrieved from PCI) */
- int sep_irq;
-
unsigned long rar_region_addr;
/* start address of the access to the SEP registers from driver */