Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=588a33556ccf3e2135c7b4527557616f72fc144c
Commit:     588a33556ccf3e2135c7b4527557616f72fc144c
Parent:     7062cdc5edb3ba4b2eb906684cd19e103de1f920
Author:     Stephen Rothwell <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 17 12:35:30 2007 +0200
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Mon Sep 17 12:35:30 2007 +0200

    ide: remove unused variables from drivers/ide/ppc/pmac.c
    
    Removes these warnings:
    
    /home/sfr/kernels/linus/drivers/ide/ppc/pmac.c: In function 
'pmac_ide_dma_check':
    /home/sfr/kernels/linus/drivers/ide/ppc/pmac.c:1807: warning: unused 
variable 'map'
    /home/sfr/kernels/linus/drivers/ide/ppc/pmac.c:1805: warning: unused 
variable 'pmif'
    
    Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
    Cc: [EMAIL PROTECTED]
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/ppc/pmac.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c
index 4b13cd9..f19eb6d 100644
--- a/drivers/ide/ppc/pmac.c
+++ b/drivers/ide/ppc/pmac.c
@@ -1802,9 +1802,7 @@ pmac_ide_dma_check(ide_drive_t *drive)
 {
        struct hd_driveid *id = drive->id;
        ide_hwif_t *hwif = HWIF(drive);
-       pmac_ide_hwif_t* pmif = (pmac_ide_hwif_t *)hwif->hwif_data;
        int enable = 1;
-       int map;
        drive->using_dma = 0;
        
        if (drive->media == ide_floppy)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to