On Wed, 18 Dec 2013 10:42:39 +0900, Jingoo Han wrote: > On Tuesday, December 17, 2013 4:53 PM, Jean Delvare wrote: > > On Tue, 17 Dec 2013 15:51:28 +0900, Jingoo Han wrote: > > > Use devm_request_region() to make cleanup paths simpler. > > > > You need to include <linux/ioport.h> for this function. > > According to the i2c tree, <linux/ioport.h> is already included. :-) > > ./ drivers/i2c/busses/i2c-isch.c > #include <linux/module.h> > #include <linux/platform_device.h> > #include <linux/kernel.h> > #include <linux/delay.h> > #include <linux/stddef.h> > #include <linux/ioport.h> <-- Here! Oops, you're right, don't know how I managed to miss it, sorry. -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html