From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] i2c: i2c-pxa-pci.c needs module.h Date: Fri, 29 Jul 2011 21:14:30 -0700 Message-ID: <20110729211430.6c4830bd.rdunlap@xenotime.net> References: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org To: Stephen Rothwell , linux-i2c@vger.kernel.org, akpm Cc: linux-next@vger.kernel.org, LKML , khali@linux-fr.org, ben-linux@fluff.org List-Id: linux-i2c@vger.kernel.org From: Randy Dunlap i2c-pxa-pci.c uses interfaces from linux/module.h, so it should include that file. This fixes build errors. Signed-off-by: Randy Dunlap --- drivers/i2c/busses/i2c-pxa-pci.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20110729.orig/drivers/i2c/busses/i2c-pxa-pci.c +++ linux-next-20110729/drivers/i2c/busses/i2c-pxa-pci.c @@ -3,6 +3,7 @@ * It does not support slave mode, the register slightly moved. This PCI * device provides three bars, every contains a single I2C controller. */ +#include #include #include #include