staging: vt6656: int.c, int.h: Change return of function to void
[deliverable/linux.git] / drivers / staging / vt6656 / int.h
index 3176c8d08d6ded41790077c13b4f8d7022a9a0b7..a5d96b968176456e255fc6d1d0000db33770a8a3 100644 (file)
@@ -68,6 +68,6 @@ SINTData, *PSINTData;
 /*---------------------  Export Functions  --------------------------*/
 
 void INTvWorkItem(void *Context);
-int INTnsProcessData(PSDevice pDevice);
+void INTnsProcessData(PSDevice pDevice);
 
 #endif /* __INT_H__ */
This page took 0.024742 seconds and 5 git commands to generate.