]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ef2828fd68a76f8f3255fa78f02001236383cfc
tree7a17be2fde2f0eabfdc42968f4e2b2d8fbd68f94
parentdf8c10cd2fdc5a91d2be5e6d8b398ed06d5e8ffc
nios2: Remove write-only struct member from nios2_timer

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>
arch/nios2/kernel/time.c