summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2011-03-04 15:38:51 -0600
committerDanny Nold <dannynold@freescale.com>2011-03-04 15:41:32 -0600
commit7dce35abe43a65f659b3e08263852226678590fc (patch)
tree9237c0b7987ea43e4dece53d6d421886d52baee7 /include
parent77d5800db91842d173f7520b3a0181acf51e7557 (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>
Diffstat (limited to 'include')
-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 */