]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] XilinxFB: Use pdata to pass around framebuffer parameters
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 10 Oct 2007 18:31:46 +0000 (04:31 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 12 Oct 2007 04:05:17 +0000 (14:05 +1000)
commit01ba1e9d26fcd29f3ad4f3a5bcf40c0fbc40ee81
treec08edb7ba151e6f6820e28feee1f70d2b7bac207
parentd94bad827d9a0df939a0e7ed081a2780b9f72c4b
[POWERPC] XilinxFB: Use pdata to pass around framebuffer parameters

The call to xilinxfb_assign is getting unwieldy when adding features
to the Xilinx framebuffer driver.  Change xilinxfb_assign() to accept
a pointer to a xilinxfb_platform_data structure to prepare for adding
additition configuration options.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/video/xilinxfb.c