aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/sep_dev.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-08-07 19:24:26 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:14 -0700
commit6343cefdc8174f2d00abf8201ecd17d354e5ddf7 (patch)
treebf6cf151447554b3876534a50e752748e677cb7d /drivers/staging/sep/sep_dev.h
parentStaging: sep: rename some fields (diff)
downloadlinux-dev-6343cefdc8174f2d00abf8201ecd17d354e5ddf7.tar.xz
linux-dev-6343cefdc8174f2d00abf8201ecd17d354e5ddf7.zip
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 27248eb956a9..48286639e6c9 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 */