binder: fix max_thread type inconsistency
[linux-2.6-block.git] / drivers / android / binder_internal.h
index 7270d4d22207021007af32638b79b0e48bdd313c..5b7c80b99ae865ff9e0a5106fc2a06b03be75a40 100644 (file)
@@ -421,7 +421,7 @@ struct binder_proc {
        struct list_head todo;
        struct binder_stats stats;
        struct list_head delivered_death;
-       int max_threads;
+       u32 max_threads;
        int requested_threads;
        int requested_threads_started;
        int tmp_ref;