From: Zhenyu Wang Date: Tue, 5 Jan 2010 03:25:05 +0000 (+0800) Subject: drm: remove address mask param for drm_pci_alloc() X-Git-Tag: v2.6.33-rc4~75^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6be8d9d17bd44061116f601fe2609b3ace7aa69;p=pandora-kernel.git drm: remove address mask param for drm_pci_alloc() drm_pci_alloc() has input of address mask for setting pci dma mask on the device, which should be properly setup by drm driver. And leave it as a param for drm_pci_alloc() would cause confusion or mistake would corrupt the correct dma mask setting, as seen on intel hw which set wrong dma mask for hw status page. So remove it from drm_pci_alloc() function. Signed-off-by: Zhenyu Wang Signed-off-by: Dave Airlie --- Reading git-diff-tree failed