nios2: Remove write-only struct member from nios2_timer
authorTobias Klauser <tklauser@distanz.ch>
Mon, 24 Nov 2014 07:48:20 +0000 (15:48 +0800)
committerLey Foon Tan <lftan@altera.com>
Mon, 8 Dec 2014 04:56:12 +0000 (12:56 +0800)
The irq member of struct nios2_timer is only written to but
never read, thus it can be removed.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <lftan@altera.com>

No differences found