summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2011-03-04 15:38:51 -0600
committerAndy Voltz <andy.voltz@timesys.com>2011-06-01 13:21:00 -0400
commit6754824811761259317b6c5cfd4539b90dc3ee3a (patch)
tree9237c0b7987ea43e4dece53d6d421886d52baee7
parentafb843880c4004ee92c1c5a3d97f3efd1c0e0b62 (diff)
ENGR00140086-1 - EPDC fb: Alternate buffer virtaul address handled incorrectly
- Removed virtual address parameter (virt_addr) for alternate buffer feature, as it is no longer used. NOTE: This file was accidentally omitted from first commit for this CR. Signed-off-by: Danny Nold <dannynold@freescale.com>
-rw-r--r--include/linux/mxcfb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mxcfb.h b/include/linux/mxcfb.h
index 58158eee72dc..c097eef9f6e2 100644
--- a/include/linux/mxcfb.h
+++ b/include/linux/mxcfb.h
@@ -89,7 +89,6 @@ struct mxcfb_rect {
#define FB_POWERDOWN_DISABLE -1
struct mxcfb_alt_buffer_data {
- void *virt_addr;
__u32 phys_addr;
__u32 width; /* width of entire buffer */
__u32 height; /* height of entire buffer */