diff --git a/[refs] b/[refs] index dd09bd2158d1..8fd919b69ba4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 980b5a2b0d90294a8b56cf999ecd1a5c31e5a173 +refs/heads/master: c97dbc89bf21d7ef7297b90e0139a27fc10e9cd1 diff --git a/trunk/drivers/staging/csr/Makefile b/trunk/drivers/staging/csr/Makefile index 1c1685be90e4..f4a8950bfaee 100644 --- a/trunk/drivers/staging/csr/Makefile +++ b/trunk/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/trunk/drivers/staging/csr/indications.c b/trunk/drivers/staging/csr/indications.c deleted file mode 100644 index 834b5f3e3b5d..000000000000 --- a/trunk/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"