summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/int.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-08-02 20:51:57 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-02 18:19:04 -0700
commit6487c49e8a739ae6020ccda9470f5837e792ab53 (patch)
treeb6ca6e7c08cea8ab37603f3b0be16931f0e4cf1d /drivers/staging/vt6656/int.h
parent22040bbf84ae5cc39b2b97f064c97592aa425d06 (diff)
downloadop-kernel-dev-6487c49e8a739ae6020ccda9470f5837e792ab53.zip
op-kernel-dev-6487c49e8a739ae6020ccda9470f5837e792ab53.tar.gz
staging: vt6656: removed NTSTATUS definition
Replaced NTSTATUS with int, as defined in a couple of places. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/int.h')
-rw-r--r--drivers/staging/vt6656/int.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/vt6656/int.h b/drivers/staging/vt6656/int.h
index d32ba35..3176c8d 100644
--- a/drivers/staging/vt6656/int.h
+++ b/drivers/staging/vt6656/int.h
@@ -68,10 +68,6 @@ SINTData, *PSINTData;
/*--------------------- Export Functions --------------------------*/
void INTvWorkItem(void *Context);
-
-NTSTATUS
-INTnsProcessData(
- PSDevice pDevice
- );
+int INTnsProcessData(PSDevice pDevice);
#endif /* __INT_H__ */
OpenPOWER on IntegriCloud