diff options
Diffstat (limited to 'arch/mips/sni/eisa.c')
| -rw-r--r-- | arch/mips/sni/eisa.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sni/eisa.c b/arch/mips/sni/eisa.c index 6827feb4de9..179b5d556ad 100644 --- a/arch/mips/sni/eisa.c +++ b/arch/mips/sni/eisa.c @@ -22,7 +22,7 @@ static struct platform_device eisa_root_dev = {  };  static struct eisa_root_device eisa_bus_root = { -	.dev           = &eisa_root_dev.dev, +	.dev	       = &eisa_root_dev.dev,  	.bus_base_addr = 0,  	.res	       = &ioport_resource,  	.slots	       = EISA_MAX_SLOTS,  |