Skip to content

Commit 14f8b24

Browse files
committed
mailbox: fix merge
1 parent 8f1c17a commit 14f8b24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mailbox/mailbox.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ static void poll_txdone(struct timer_list *t)
117117
struct mbox_controller *mbox = from_timer(mbox, t, poll);
118118
bool txdone, resched = false;
119119
int i;
120-
unsigned long flags;
121120

122121
for (i = 0; i < mbox->num_chans; i++) {
123122
struct mbox_chan *chan = &mbox->chans[i];

0 commit comments

Comments
 (0)