All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove inclusion of <linux/irq.h> from pci/quirks.c
@ 2004-10-20 18:22 Deepak Saxena
  2004-10-21  4:57 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Deepak Saxena @ 2004-10-20 18:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel


<linux/irq.h> states:

/*
 * Please do not include this file in generic code.  There is currently
 * no requirement for any architecture to implement anything held
 * within this file.
 *
 * Thanks. --rmk
 */

The latest update into pci/quirks.c did not follow this and breaks 
building on ARM.

Signed-off-by: Deepak Saxena <dsaxena@plexity.met>

===== drivers/pci/quirks.c 1.51 vs edited =====
--- 1.51/drivers/pci/quirks.c	2004-10-18 22:26:45 -07:00
+++ edited/drivers/pci/quirks.c	2004-10-20 11:15:14 -07:00
@@ -18,7 +18,6 @@
 #include <linux/pci.h>
 #include <linux/init.h>
 #include <linux/delay.h>
-#include <linux/irq.h>
 
 #undef DEBUG
 
-- 
Deepak Saxena - dsaxena at plexity dot net - http://www.plexity.net/

"Unlike me, many of you have accepted the situation of your imprisonment
and will die here like rotten cabbages." - Number 6

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

end of thread, other threads:[~2004-10-28 21:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-20 18:22 [PATCH] Remove inclusion of <linux/irq.h> from pci/quirks.c Deepak Saxena
2004-10-21  4:57 ` Andrew Morton
2004-10-28 21:14   ` Greg KH
2004-10-28 21:37     ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.