Hi, On Thu, Nov 03, 2011 at 12:08:04PM -0500, Kyle Manna wrote: > The tps65910.h file depends on linux/gpio.h. Move the include from the > source file to the tps65910.h header file. you should never rely on indirect inclusion of header files. If both header and C source need the header, include on both. The header should be safe for multiple inclusions anyway. -- balbi
Attachment:
signature.asc
Description: Digital signature