Re: [PATCH 2/2] ARM: orion5x: add missing mbus include

2013-07-25 Thread Jason Cooper
On Thu, Jul 25, 2013 at 11:38:56AM -0400, Jason Cooper wrote: > On Tue, Jul 02, 2013 at 12:54:13PM +0200, Sebastian Hesselbarth wrote: > > edmini_v2-setup is missing an include of linux/mbus.h which causes > > compiler error because of missing reference to mvebu_mbus_add_window. > > > > Signed-off

Re: [PATCH 2/2] ARM: orion5x: add missing mbus include

2013-07-25 Thread Jason Cooper
On Tue, Jul 02, 2013 at 12:54:13PM +0200, Sebastian Hesselbarth wrote: > edmini_v2-setup is missing an include of linux/mbus.h which causes > compiler error because of missing reference to mvebu_mbus_add_window. > > Signed-off-by: Sebastian Hesselbarth > --- > Cc: Russell King > Cc: Jason Coope