From: Mike Frysinger Date: Sat, 28 Mar 2009 12:38:17 +0000 (+0800) Subject: Blackfin arch: clean up sports header file X-Git-Tag: v2.6.30-rc1~638^2~8 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=714e76d71d99f00734217e642ba64204df3bdf35;p=~emulex%2Finfiniband.git Blackfin arch: clean up sports header file Remove redundancy of the name err_irq Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/include/asm/bfin_sport.h b/arch/blackfin/include/asm/bfin_sport.h index d4169590e75..b558908e1c7 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;