diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-03-28 13:38:17 +0100 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-03-28 13:38:17 +0100 |
commit | 714e76d71d99f00734217e642ba64204df3bdf35 (patch) | |
tree | 99191a15bb54ea5087d5208887543f3b0098acef /arch/blackfin | |
parent | Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}x (diff) | |
download | linux-714e76d71d99f00734217e642ba64204df3bdf35.tar.xz linux-714e76d71d99f00734217e642ba64204df3bdf35.zip |
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>
Diffstat (limited to 'arch/blackfin')
-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; |