Commit 2f8da5f4 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: main_usb removed dead code

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3435e86e
...@@ -754,8 +754,6 @@ struct vnt_private { ...@@ -754,8 +754,6 @@ struct vnt_private {
#define MP_IS_READY(_M) (((_M)->Flags & fMP_DISCONNECTED) == 0) #define MP_IS_READY(_M) (((_M)->Flags & fMP_DISCONNECTED) == 0)
int device_alloc_frag_buf(struct vnt_private *, PSDeFragControlBlock pDeF);
void vnt_configure_filter(struct vnt_private *);
int vnt_init(struct vnt_private *priv); int vnt_init(struct vnt_private *priv);
#endif #endif
This diff is collapsed.
...@@ -899,7 +899,6 @@ void vRunCommand(struct work_struct *work) ...@@ -899,7 +899,6 @@ void vRunCommand(struct work_struct *work)
break; break;
case WLAN_CMD_CONFIGURE_FILTER_START: case WLAN_CMD_CONFIGURE_FILTER_START:
vnt_configure_filter(pDevice);
break; break;
default: default:
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment