Browse Source

Blackfin arch: clean up sports header file

Remove redundancy of the name err_irq

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Mike Frysinger 16 years ago
parent
commit
714e76d71d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/blackfin/include/asm/bfin_sport.h

+ 1 - 1
arch/blackfin/include/asm/bfin_sport.h

@@ -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;