commit | 7d619d8ae06e747c602034b0c681f0ff5d96f030 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Sep 06 16:06:20 2016 +0200 |
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | Wed Sep 14 16:35:37 2016 +0200 |
tree | d7b954acc96ebc75eb59c384fe06da05b712c8c8 | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc [diff] |
ARM: mv78xx0: simplify ethernet device creation Out of the four ethernet devices on mv78xx0, only the first one has an error interrupt line, for the other ones we pass NO_IRQ and then ignore the argument. In order to get closer to complete remove of NO_IRQ, this simply drops the unused function arguments. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>