From: Paul Gortmaker Date: Fri, 27 May 2011 13:42:30 +0000 (-0400) Subject: pci: add module.h to files implicitly relying on its presence. X-Git-Tag: v3.2-rc1~22^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefa9cfc891d18aa83744353d2a3fbe95a86ee2d;p=pandora-kernel.git pci: add module.h to files implicitly relying on its presence. These were getting module.h implicitly from device.h but we want to clean that up, so we fix it here to avoid things like: pci/slot.c: In function ‘pci_hp_create_module_link’: pci/slot.c:383: error: ‘module_kset’ undeclared (first use in this function) Similarly, rpadlpar_core.c is modular, so add module.h to its includes. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed