]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] XilinxFB: Move xilinxfb_platform_data definition to a shared header file
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 30 Sep 2007 21:47:00 +0000 (07:47 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 3 Oct 2007 12:23:16 +0000 (07:23 -0500)
commita53f3cec16876e26c7c449f936944d9fd6ec7920
tree5f553e2f95de51520c9223662409bd7b43073b32
parent57ce06c6b904f59444989d0912ebc2c03acb344b
[POWERPC] XilinxFB: Move xilinxfb_platform_data definition to a shared header file

XilnixFB can be used by more than just arch/ppc.  Move the data structure
definition into include/linux/xilinxfb.h so it can be used by microblaze
and arch/powerpc

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/ppc/syslib/virtex_devices.h
drivers/video/xilinxfb.c
include/linux/xilinxfb.h [new file with mode: 0644]