gralloc_priv: Remove unused yaddr member
authorAndrew Dodd <atd7@cornell.edu>
Thu, 6 Dec 2012 05:16:18 +0000 (00:16 -0500)
committerAndrew Dodd <atd7@cornell.edu>
Thu, 6 Dec 2012 06:41:45 +0000 (01:41 -0500)
Mobile's blobs don't appear to have been compiled with this
present in their headers, and none of the Insignal sources
actually use this.

Change-Id: Ib8611f6da90ea78aa8eec451c76f56ddb32b45a4

exynos4/hal/include/gralloc_priv.h

index 8ffd161429cef978fdf7b757d40c1eaeeed98ca5..0c32fc6cfc0668fd01a61c7bb0d0140af8126c76 100644 (file)
@@ -135,7 +135,13 @@ struct private_handle_t {
     int     ion_client;
 
     /* Following members ard for YUV information */
+#ifdef USELESS_SEC_YADDR
+    /* Samsung Mobile's blobs don't appear to be using yaddr 
+     * in their header file, and none of the source uses it
+     * anywhere
+     */
     unsigned int yaddr;
+#endif
     unsigned int uoffset;
     unsigned int voffset;
 
@@ -164,7 +170,9 @@ struct private_handle_t {
     bpp(0),
     stride(0),
     ion_client(0),
+#ifdef USELESS_SEC_YADDR
     yaddr(0),
+#endif
     uoffset(0),
     voffset(0)
     {
@@ -193,7 +201,9 @@ struct private_handle_t {
     bpp(0),
     stride(0),
     ion_client(0),
+#ifdef USELESS_SEC_YADDR
     yaddr(0),
+#endif
     uoffset(0),
     voffset(0)
     {