Add missing #includes to some ITE Super I/O files.
Signed-off-by: Jon Dufresne jon.dufresne@gmail.com Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
---
On Sun, Nov 26, 2006 at 02:24:00PM -0500, Jon Dufresne wrote:
Using the available superio I have seen early serial output with an ite it8712f chip.
OK, great!
I have attached a diff fixing all ite includes. Do you normally prefer an attachment or that I paste the diff in the email?
I personally don't care. For non-trivial patches we should definately use the issue tracker, though (http://tracker.linuxbios.org/trac/LinuxBIOS/).
You mentioned adding includes to chip.h, however this file did not need modifications for me and after looking at it, I don't think it needs additional includes for the code contained in it.
I think it should have an #include for 'struct chip_operations', and I also added an #include for 'device_t' in *_early_*.c.
Uwe.