From: Paul Gortmaker Date: Fri, 27 May 2011 13:37:25 +0000 (-0400) Subject: pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE X-Git-Tag: v3.2-rc1~22^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363c75db1d7bbda0aa90e680565f2673bab92ee4;p=pandora-kernel.git pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE They were implicitly getting it from device.h --> module.h but we want to clean that up. So add the minimal header for these macros. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed