summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device.h
diff options
context:
space:
mode:
authorMalcolm Priestley2014-10-29 18:55:19 +0100
committerGreg Kroah-Hartman2014-10-29 21:33:34 +0100
commitf4cf678fd783b7ed6c423b3ac8c1c6faded95986 (patch)
tree67214ad42849ec64cec75019dd6f37a160a36ffc /drivers/staging/vt6655/device.h
parentstaging: vt6655: reset tsf on dissociation (diff)
downloadkernel-qcow2-linux-f4cf678fd783b7ed6c423b3ac8c1c6faded95986.tar.gz
kernel-qcow2-linux-f4cf678fd783b7ed6c423b3ac8c1c6faded95986.tar.xz
kernel-qcow2-linux-f4cf678fd783b7ed6c423b3ac8c1c6faded95986.zip
staging: vt6655: deadcode remove zone file operations and vntconfiguration.dat
These are now all handled by mac80211. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/device.h')
-rw-r--r--drivers/staging/vt6655/device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index 17a36dc4eda1..214f73fc9def 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -750,6 +750,4 @@ bool device_dma0_xmit(struct vnt_private *pDevice,
struct sk_buff *skb, unsigned int uNodeIndex);
bool device_alloc_frag_buf(struct vnt_private *pDevice,
PSDeFragControlBlock pDeF);
-int Config_FileOperation(struct vnt_private *pDevice,
- bool fwrite, unsigned char *Parameter);
#endif