commit | 06fde1a014611a7902a874330d10e530312ceaef | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jun 04 11:00:18 2014 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Jun 04 12:32:18 2014 +0200 |
tree | a64b25eed6b5a50a195fb85f17b9090ebc0822ac | |
parent | 9eb23c9218aac6ff4b5c2e660638a47c03f2c978 [diff] |
ARM: orion5x: fix mvebu_mbus_dt_init call The prototype for mvebu_mbus_dt_init() changed around the same time as a new caller was added to orion5x. This adds the missing argument to make orion5x behave correctly. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>