diff options
author | Paul Mackerras <paulus@samba.org> | 2008-01-30 19:25:51 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-30 19:25:51 -0500 |
commit | bd45ac0c5daae35e7c71138172e63df5cf644cf6 (patch) | |
tree | 5eb5a599bf6a9d7a8a34e802db932aa9e9555de4 /drivers/ata/pata_mpc52xx.c | |
parent | 4eece4ccf997c0e6d8fdad3d842e37b16b8d705f (diff) | |
parent | 5bdeae46be6dfe9efa44a548bd622af325f4bdb4 (diff) |
Merge branch 'linux-2.6'
Diffstat (limited to 'drivers/ata/pata_mpc52xx.c')
-rw-r--r-- | drivers/ata/pata_mpc52xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c index 1a7ca37168b2..5413ebfa72e5 100644 --- a/drivers/ata/pata_mpc52xx.c +++ b/drivers/ata/pata_mpc52xx.c | |||
@@ -364,7 +364,7 @@ mpc52xx_ata_probe(struct of_device *op, const struct of_device_id *match) | |||
364 | { | 364 | { |
365 | unsigned int ipb_freq; | 365 | unsigned int ipb_freq; |
366 | struct resource res_mem; | 366 | struct resource res_mem; |
367 | int ata_irq = NO_IRQ; | 367 | int ata_irq; |
368 | struct mpc52xx_ata __iomem *ata_regs; | 368 | struct mpc52xx_ata __iomem *ata_regs; |
369 | struct mpc52xx_ata_priv *priv; | 369 | struct mpc52xx_ata_priv *priv; |
370 | int rv; | 370 | int rv; |