From: Jonathan Corbet Date: Thu, 22 Apr 2010 19:48:09 +0000 (-0600) Subject: viafb: Separate global and fb-specific data X-Git-Tag: v2.6.35-rc1~475^2~22 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b4d82e4715841848a499534ed5cb7db3d6bca3;p=pandora-kernel.git viafb: Separate global and fb-specific data This patch moves data of interest into a new viafb_dev structure which describes the device as a whole; the idea here is to create a separation between what all devices may need and what the framebuffer device in particular needs. I've also made some small steps toward thinning out the global.h mess. Cc: ScottFang@viatech.com.cn Cc: JosephChan@via.com.tw Cc: Harald Welte Acked-by: Florian Tobias Schandinat Signed-off-by: Jonathan Corbet --- Reading git-diff-tree failed