summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device.h
diff options
context:
space:
mode:
authorMalcolm Priestley2014-10-29 18:55:21 +0100
committerGreg Kroah-Hartman2014-10-29 21:33:34 +0100
commit7af1ead431ec82b64de511fa28ac54b3cc5b66ca (patch)
tree538506d0d1409f5a1360b0c7290728e063f3ecc4 /drivers/staging/vt6655/device.h
parentstaging: vt6655: dead code remove zones and channel table elements (diff)
downloadkernel-qcow2-linux-7af1ead431ec82b64de511fa28ac54b3cc5b66ca.tar.gz
kernel-qcow2-linux-7af1ead431ec82b64de511fa28ac54b3cc5b66ca.tar.xz
kernel-qcow2-linux-7af1ead431ec82b64de511fa28ac54b3cc5b66ca.zip
staging: vt6655: dead code remove net device code
All functions are dead and nolonger of use. 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 214f73fc9def..6729d237a6ae 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -746,8 +746,6 @@ static inline PDEVICE_TD_INFO alloc_td_info(void)
/*--------------------- Export Functions --------------------------*/
-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);
#endif