diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-03-28 08:38:17 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-03-28 08:38:17 -0400 |
commit | 714e76d71d99f00734217e642ba64204df3bdf35 (patch) | |
tree | 99191a15bb54ea5087d5208887543f3b0098acef /arch/blackfin | |
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>
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 { | |||
126 | int tx_len; | 126 | int tx_len; |
127 | int tx_sent; | 127 | int tx_sent; |
128 | 128 | ||
129 | int sport_err_irq; | 129 | int err_irq; |
130 | 130 | ||
131 | struct mutex mutex; /* mutual exclusion semaphore */ | 131 | struct mutex mutex; /* mutual exclusion semaphore */ |
132 | struct task_struct *task; | 132 | struct task_struct *task; |