Skip to content

Commit

Permalink
Blackfin arch: clean up sports header file
Browse files Browse the repository at this point in the history
Remove redundancy of the name err_irq

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Mar 28, 2009
1 parent 269647d commit 714e76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/include/asm/bfin_sport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 714e76d

Please sign in to comment.