From: Tejun Heo Date: Thu, 8 Oct 2009 09:59:53 +0000 (+0900) Subject: PCI: pci_dfl_cache_line_size is __devinitdata X-Git-Tag: v2.6.33-rc1~321^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e724c791924c0dfc5b1dcf053ed3841cc89c78;p=pandora-kernel.git PCI: pci_dfl_cache_line_size is __devinitdata pci_dfl_cache_line_size is marked as __initdata but referenced by pci_init() which is __devinit. Make it __devinitdata instead of __initdata. Signed-off-by: Tejun Heo Reported-by: Stephen Rothwell Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed