commit | fd1d4e01d33598134ccd87d974b5985a5026956a | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Oct 24 17:10:20 2011 -0700 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Mon Oct 24 17:10:20 2011 -0700 |
tree | 84a4158473ef413a556cede4cccd9491c4c3c850 | |
parent | d8cb18065a2c71cb05112de2421df57b447c626d [diff] | |
parent | 8dd17ef145952782c67da745f0a191379ceb0e10 [diff] |
Merge "msm: kgsl: Remove unused ib1_wq from struct adreno_device" into msm-3.0
diff --git a/drivers/gpu/msm/adreno.h b/drivers/gpu/msm/adreno.h index 0098045..51ee31a 100644 --- a/drivers/gpu/msm/adreno.h +++ b/drivers/gpu/msm/adreno.h
@@ -54,7 +54,6 @@ enum adreno_gpurev gpurev; struct kgsl_memregion gmemspace; struct adreno_context *drawctxt_active; - wait_queue_head_t ib1_wq; const char *pfp_fwfile; unsigned int *pfp_fw; size_t pfp_fw_size;