Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixes
This commit is contained in:
parent
f6315d5e5b
commit
f499bab698
|
@ -1045,10 +1045,6 @@ static inline struct arm11_common *dpm_to_arm11(struct arm_dpm *dpm)
|
||||||
|
|
||||||
static int arm11_dpm_prepare(struct arm_dpm *dpm)
|
static int arm11_dpm_prepare(struct arm_dpm *dpm)
|
||||||
{
|
{
|
||||||
struct arm11_common *arm11 = dpm_to_arm11(dpm);
|
|
||||||
|
|
||||||
arm11 = container_of(dpm->arm, struct arm11_common, arm);
|
|
||||||
|
|
||||||
return arm11_run_instr_data_prepare(dpm_to_arm11(dpm));
|
return arm11_run_instr_data_prepare(dpm_to_arm11(dpm));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue