diff options
Diffstat (limited to 'drivers/ieee1394')
-rw-r--r-- | drivers/ieee1394/Kconfig | 2 | ||||
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 3 | ||||
-rw-r--r-- | drivers/ieee1394/pcilynx.c | 4 |
3 files changed, 3 insertions, 6 deletions
diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig index 2769e505f051..672b92ef9f21 100644 --- a/drivers/ieee1394/Kconfig +++ b/drivers/ieee1394/Kconfig | |||
@@ -140,7 +140,7 @@ config IEEE1394_SBP2_PHYS_DMA | |||
140 | help | 140 | help |
141 | This builds sbp2 for use with non-OHCI host adapters which do not | 141 | This builds sbp2 for use with non-OHCI host adapters which do not |
142 | support physical DMA or for when ohci1394 is run with phys_dma=0. | 142 | support physical DMA or for when ohci1394 is run with phys_dma=0. |
143 | Physical DMA is data movement without assistence of the drivers' | 143 | Physical DMA is data movement without assistance of the drivers' |
144 | interrupt handlers. This option includes the interrupt handlers | 144 | interrupt handlers. This option includes the interrupt handlers |
145 | that are required in absence of this hardware feature. | 145 | that are required in absence of this hardware feature. |
146 | 146 | ||
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 8fd0030475ba..dea13525df88 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -2301,8 +2301,7 @@ static void ohci_schedule_iso_tasklets(struct ti_ohci *ohci, | |||
2301 | spin_unlock_irqrestore(&ohci->iso_tasklet_list_lock, flags); | 2301 | spin_unlock_irqrestore(&ohci->iso_tasklet_list_lock, flags); |
2302 | } | 2302 | } |
2303 | 2303 | ||
2304 | static irqreturn_t ohci_irq_handler(int irq, void *dev_id, | 2304 | static irqreturn_t ohci_irq_handler(int irq, void *dev_id) |
2305 | struct pt_regs *regs_are_unused) | ||
2306 | { | 2305 | { |
2307 | quadlet_t event, node_id; | 2306 | quadlet_t event, node_id; |
2308 | struct ti_ohci *ohci = (struct ti_ohci *)dev_id; | 2307 | struct ti_ohci *ohci = (struct ti_ohci *)dev_id; |
diff --git a/drivers/ieee1394/pcilynx.c b/drivers/ieee1394/pcilynx.c index e6f41238f5e8..0a7412e27eb4 100644 --- a/drivers/ieee1394/pcilynx.c +++ b/drivers/ieee1394/pcilynx.c | |||
@@ -137,7 +137,6 @@ static struct i2c_algo_bit_data bit_data = { | |||
137 | .getsda = bit_getsda, | 137 | .getsda = bit_getsda, |
138 | .getscl = bit_getscl, | 138 | .getscl = bit_getscl, |
139 | .udelay = 5, | 139 | .udelay = 5, |
140 | .mdelay = 5, | ||
141 | .timeout = 100, | 140 | .timeout = 100, |
142 | }; | 141 | }; |
143 | 142 | ||
@@ -840,8 +839,7 @@ static int lynx_devctl(struct hpsb_host *host, enum devctl_cmd cmd, int arg) | |||
840 | ********************************************************/ | 839 | ********************************************************/ |
841 | 840 | ||
842 | 841 | ||
843 | static irqreturn_t lynx_irq_handler(int irq, void *dev_id, | 842 | static irqreturn_t lynx_irq_handler(int irq, void *dev_id) |
844 | struct pt_regs *regs_are_unused) | ||
845 | { | 843 | { |
846 | struct ti_lynx *lynx = (struct ti_lynx *)dev_id; | 844 | struct ti_lynx *lynx = (struct ti_lynx *)dev_id; |
847 | struct hpsb_host *host = lynx->host; | 845 | struct hpsb_host *host = lynx->host; |