From: Randy Dunlap Date: Mon, 14 Feb 2011 20:27:50 +0000 (-0800) Subject: PCI: fix tlan build when CONFIG_PCI is not enabled X-Git-Tag: v2.6.39-rc1~416^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3449248c8731e8474980856d76bbf9bac9b0682f;p=pandora-kernel.git PCI: fix tlan build when CONFIG_PCI is not enabled When CONFIG_PCI is not enabled, tlan.c has a build error: drivers/net/tlan.c:503: error: implicit declaration of function 'pci_wake_from_d3' so add an inline function stub for this function to pci.h when PCI is not enabled, similar to other stubbed PCI functions. Signed-off-by: Randy Dunlap Acked-by: David S. Miller Acked-by: Sakari Ailus Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed