Author: bencollins
Date: Sat, 13 Jul 2002 22:11:31 -0400
New Revision: 514
Modified:
trunk/dv1394-private.h
Log:
Fix 'open' type for video_struct. 2.5 makes test_and_set and friends explicitly use unsigned long*, rather than void*
Modified: trunk/dv1394-private.h
==============================================================================
--- trunk/dv1394-private.h (original)
+++ trunk/dv1394-private.h Mon Jul 15 12:35:35 2002
@@ -460,7 +460,7 @@
This is a regular int, but use test_and_set_bit() (on bit zero)
for atomicity.
*/
- int open;
+ unsigned long open;
/*
2) the spinlock - this provides mutual exclusion between the interrupt
|