diff --git a/drivers/staging/wilc1000/coreconfigsimulator.h b/drivers/staging/wilc1000/coreconfigsimulator.h index c4f32f0770b1..5e01f8e4a41d 100644 --- a/drivers/staging/wilc1000/coreconfigsimulator.h +++ b/drivers/staging/wilc1000/coreconfigsimulator.h @@ -11,7 +11,7 @@ #ifndef CORECONFIGSIMULATOR_H #define CORECONFIGSIMULATOR_H -extern s32 CoreConfigSimulatorInit (void); -extern s32 CoreConfigSimulatorDeInit (void); +extern s32 CoreConfigSimulatorInit(void); +extern s32 CoreConfigSimulatorDeInit(void); #endif