IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
This commit is contained in:
parent
3043c5c8bf
commit
87ba5c6a31
|
@ -330,7 +330,7 @@ static struct platform_device device_hss_tab[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static struct platform_device *device_tab[6] __initdata = {
|
static struct platform_device *device_tab[7] __initdata = {
|
||||||
&device_flash, /* index 0 */
|
&device_flash, /* index 0 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue