staging: csr: remove indications.c
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jul 2012 20:13:04 +0000 (13:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jul 2012 20:13:04 +0000 (13:13 -0700)
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>
drivers/staging/csr/Makefile
drivers/staging/csr/indications.c [deleted file]

index 1c1685b..f4a8950 100644 (file)
@@ -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 (file)
index 834b5f3..0000000
+++ /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"