]> git.baikalelectronics.ru Git - kernel.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)
commit455962d1b6d128d5997939de698369e1db3594cc
treec08edb7ba151e6f6820e28feee1f70d2b7bac207
parent7a78035b67834b05989cd5150e802eea7df6a6fd
[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