aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/dpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/dpc.h')
-rw-r--r--drivers/staging/vt6655/dpc.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/staging/vt6655/dpc.h b/drivers/staging/vt6655/dpc.h
index a068b846b1be..ad495719a251 100644
--- a/drivers/staging/vt6655/dpc.h
+++ b/drivers/staging/vt6655/dpc.h
@@ -29,14 +29,8 @@
#ifndef __DPC_H__
#define __DPC_H__
-#include "ttype.h"
#include "device.h"
-#include "wcmd.h"
-bool
-device_receive_frame(
- struct vnt_private *,
- PSRxDesc pCurrRD
-);
+bool vnt_receive_frame(struct vnt_private *priv, PSRxDesc curr_rd);
-#endif // __RXTX_H__
+#endif /* __RXTX_H__ */