diff options
Diffstat (limited to 'board/LaCie/netspace_v2/netspace_v2.c')
| -rw-r--r-- | board/LaCie/netspace_v2/netspace_v2.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/LaCie/netspace_v2/netspace_v2.c b/board/LaCie/netspace_v2/netspace_v2.c index fbf020fde..704005f9f 100644 --- a/board/LaCie/netspace_v2/netspace_v2.c +++ b/board/LaCie/netspace_v2/netspace_v2.c @@ -73,7 +73,7 @@ int board_early_init_f(void)  		MPP33_GPIO,		/* Fan speed (bit 2) */  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } |