public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* include order for i2c-amd8111
@ 2003-01-05 23:13 Pavel Machek
  2003-01-06  0:40 ` Rusty Russell
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2003-01-05 23:13 UTC (permalink / raw)
  To: Rusty trivial patch monkey Russell, kernel list

Hi!

It seems all linux then all asm is prefered order...
								Pavel

--- clean/drivers/i2c/busses/i2c-amd8111.c	2003-01-05 22:58:27.000000000 +0100
+++ linux-sensors/drivers/i2c/busses/i2c-amd8111.c	2003-01-05 21:13:25.000000000 +0100
@@ -11,7 +11,6 @@
 #include <linux/version.h>
 #include <linux/module.h>
 #include <linux/pci.h>
-#include <asm/io.h>
 #include <linux/kernel.h>
 #include <linux/stddef.h>
 #include <linux/sched.h>
@@ -19,6 +18,7 @@
 #include <linux/init.h>
 #include <linux/i2c.h>
 #include <linux/delay.h>
+#include <asm/io.h>
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR ("Vojtech Pavlik <vojtech@suse.cz>");

-- 
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-10 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-05 23:13 include order for i2c-amd8111 Pavel Machek
2003-01-06  0:40 ` Rusty Russell
2003-01-07 10:44   ` Vojtech Pavlik
2003-01-08 12:06     ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox