diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-03-28 20:38:17 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-03-28 20:38:17 +0800 |
commit | 714e76d71d99f00734217e642ba64204df3bdf35 (patch) | |
tree | 99191a15bb54ea5087d5208887543f3b0098acef | |
parent | 269647dc8f3b557d0f9ec59533a5e651cc109efb (diff) |
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>
-rw-r--r-- | arch/blackfin/include/asm/bfin_sport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/bfin_sport.h b/arch/blackfin/include/asm/bfin_sport.h index d4169590e757..b558908e1c79 100644 --- a/arch/blackfin/include/asm/bfin_sport.h +++ b/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; |