Skip to content

Commit

Permalink
staging: brcm80211: remove duplicate prototype for si_pmu_pllupd
Browse files Browse the repository at this point in the history
The prototype for this function occurred twice in this header file
so removed one occurrence.

Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent 014cdb5 commit 933b720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/brcm80211/include/hndpmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ extern u32 si_pmu_measure_alpclk(si_t *sih);
extern u32 si_pmu_chipcontrol(si_t *sih, uint reg, u32 mask, u32 val);
extern u32 si_pmu_regcontrol(si_t *sih, uint reg, u32 mask, u32 val);
extern u32 si_pmu_pllcontrol(si_t *sih, uint reg, u32 mask, u32 val);
extern void si_pmu_pllupd(si_t *sih);
extern void si_pmu_sprom_enable(si_t *sih, bool enable);

extern void si_pmu_radio_enable(si_t *sih, bool enable);
Expand Down

0 comments on commit 933b720

Please sign in to comment.