]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 d4169590e757d6416e043ddca7ea899bfc370fac..b558908e1c794fea61e06f57a6b2ff0f8a30f378 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;