diff options
author | Arend van Spriel <[email protected]> | 2011-06-29 16:47:00 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-07-05 09:57:15 -0700 |
commit | c12c445e003d893d0b443098f7c6e9847bf428a8 (patch) | |
tree | 49662bc1f8a906a0d3f7b256fdc3c6114255f2e6 | |
parent | 54ca2969134c70d96609161f4093b31aca038ea1 (diff) |
staging: brcm80211: remove dhd_set_timer function prototype
This function prototype is not implemented nor referenced in the
brcmfmac driver so it has been removed.
Signed-off-by: Arend van Spriel <[email protected]>
Reviewed-by: Roland Vossen <[email protected]>
Reviewed-by: Franky Lin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/brcm80211/brcmfmac/dhd_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_common.c b/drivers/staging/brcm80211/brcmfmac/dhd_common.c index 34bd5e9236bd..bb9a72a40186 100644 --- a/drivers/staging/brcm80211/brcmfmac/dhd_common.c +++ b/drivers/staging/brcm80211/brcmfmac/dhd_common.c @@ -66,8 +66,6 @@ const char dhd_version[] = const char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR; #endif -void dhd_set_timer(void *bus, uint wdtick); - /* IOVar table */ enum { IOV_VERSION = 1, |