staging: brcm80211: deleted inactive BCMDBG_FORCEHT code

Code cleanup. Preprocessor flag BCMDBG_FORCEHT is never defined,
is a debug feature, so ifdeff'ed code has been removed. The removed
section would force the backplane clock on HT rate, which
facilitates debug but has a negative effect on power usage.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Roland Vossen 2011-03-15 14:51:06 +01:00 committed by Greg Kroah-Hartman
parent ea7b2805e0
commit 4cbdbca020
1 changed files with 0 additions and 4 deletions

View File

@ -1543,10 +1543,6 @@ void si_pmu_pll_init(si_t *sih, uint xtalfreq)
break;
}
#ifdef BCMDBG_FORCEHT
OR_REG(&cc->clk_ctl_st, CCS_FORCEHT);
#endif
/* Return to original core */
si_setcoreidx(sih, origidx);
}