diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-20 13:13:04 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-20 13:13:04 -0700 |
commit | c97dbc89bf21d7ef7297b90e0139a27fc10e9cd1 (patch) | |
tree | aae814daf2826578c464b649075ff5fea4f37990 | |
parent | 980b5a2b0d90294a8b56cf999ecd1a5c31e5a173 (diff) | |
download | linux-3.10-c97dbc89bf21d7ef7297b90e0139a27fc10e9cd1.tar.gz linux-3.10-c97dbc89bf21d7ef7297b90e0139a27fc10e9cd1.tar.bz2 linux-3.10-c97dbc89bf21d7ef7297b90e0139a27fc10e9cd1.zip |
staging: csr: remove indications.c
It's an empty file, no need to build and link it.
Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com>
Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
Cc: Riku Mettälä <riku.mettala@bluegiga.com>
Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/csr/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/csr/indications.c | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/drivers/staging/csr/Makefile b/drivers/staging/csr/Makefile index 1c1685be90e..f4a8950bfae 100644 --- a/drivers/staging/csr/Makefile +++ b/drivers/staging/csr/Makefile @@ -9,7 +9,6 @@ csr_wifi-y := bh.o \ data_tx.o \ drv.o \ firmware.o \ - indications.o \ inet.o \ init_hw.o \ io.o \ diff --git a/drivers/staging/csr/indications.c b/drivers/staging/csr/indications.c deleted file mode 100644 index 834b5f3e3b5..00000000000 --- a/drivers/staging/csr/indications.c +++ /dev/null @@ -1,18 +0,0 @@ -/* - * *************************************************************************** - * FILE: indications.c - * - * PURPOSE: - * Callbacks to process signals sent to us by the UniFi chip. - * - * This file is linux-specific. - * - * Copyright (C) 2005-2008 by Cambridge Silicon Radio Ltd. - * - * Refer to LICENSE.txt included with this source code for details on - * the license terms. - * - * *************************************************************************** - */ -#include "csr_wifi_hip_unifi.h" -#include "unifi_priv.h" |