Blackfin arch: clean up sports header file
authorMike Frysinger <vapier.adi@gmail.com>
Sat, 28 Mar 2009 12:38:17 +0000 (20:38 +0800)
committerBryan Wu <cooloney@kernel.org>
Sat, 28 Mar 2009 12:38:17 +0000 (20:38 +0800)
Remove redundancy of the name err_irq

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/include/asm/bfin_sport.h

index d416959..b558908 100644 (file)
@@ -126,7 +126,7 @@ struct sport_dev {
        int tx_len;
        int tx_sent;
 
-       int sport_err_irq;
+       int err_irq;
 
        struct mutex mutex;     /* mutual exclusion semaphore */
        struct task_struct *task;