* [PATCH] net: emaclite: Add missing linux/interrupt.h header
@ 2011-06-09 8:15 Michal Simek
2011-06-09 8:29 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2011-06-09 8:15 UTC (permalink / raw)
To: davem; +Cc: linux-kernel, netdev, Michal Simek
Log:
drivers/net/xilinx_emaclite.c: In function 'xemaclite_open':
drivers/net/xilinx_emaclite.c:961: error: implicit declaration of function 'request_irq'
drivers/net/xilinx_emaclite.c: In function 'xemaclite_close':
drivers/net/xilinx_emaclite.c:995: error: implicit declaration of function 'free_irq'
make[2]: *** [drivers/net/xilinx_emaclite.o] Error 1
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
Signed-off-by: Michal Simek <monstr@monstr.eu>
---
drivers/net/xilinx_emaclite.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/xilinx_emaclite.c b/drivers/net/xilinx_emaclite.c
index 372572c..9cb4cdc 100644
--- a/drivers/net/xilinx_emaclite.c
+++ b/drivers/net/xilinx_emaclite.c
@@ -26,6 +26,7 @@
#include <linux/of_mdio.h>
#include <linux/of_net.h>
#include <linux/phy.h>
+#include <linux/interrupt.h>
#define DRIVER_NAME "xilinx_emaclite"
--
1.5.5.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] net: emaclite: Add missing linux/interrupt.h header
2011-06-09 8:15 [PATCH] net: emaclite: Add missing linux/interrupt.h header Michal Simek
@ 2011-06-09 8:29 ` David Miller
2011-06-09 8:56 ` Michal Simek
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2011-06-09 8:29 UTC (permalink / raw)
To: monstr; +Cc: linux-kernel, netdev
From: Michal Simek <monstr@monstr.eu>
Date: Thu, 9 Jun 2011 10:15:33 +0200
> Log:
> drivers/net/xilinx_emaclite.c: In function 'xemaclite_open':
> drivers/net/xilinx_emaclite.c:961: error: implicit declaration of function 'request_irq'
> drivers/net/xilinx_emaclite.c: In function 'xemaclite_close':
> drivers/net/xilinx_emaclite.c:995: error: implicit declaration of function 'free_irq'
> make[2]: *** [drivers/net/xilinx_emaclite.o] Error 1
> make[1]: *** [drivers/net] Error 2
> make: *** [drivers] Error 2
>
> Signed-off-by: Michal Simek <monstr@monstr.eu>
This is only relevant for the -next tree, you should specify that when
submitting patches otherwise the maintainer not apply the patch where
it actually belongs.
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: emaclite: Add missing linux/interrupt.h header
2011-06-09 8:29 ` David Miller
@ 2011-06-09 8:56 ` Michal Simek
0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2011-06-09 8:56 UTC (permalink / raw)
To: David Miller; +Cc: linux-kernel, netdev
David Miller wrote:
> From: Michal Simek <monstr@monstr.eu>
> Date: Thu, 9 Jun 2011 10:15:33 +0200
>
>> Log:
>> drivers/net/xilinx_emaclite.c: In function 'xemaclite_open':
>> drivers/net/xilinx_emaclite.c:961: error: implicit declaration of function 'request_irq'
>> drivers/net/xilinx_emaclite.c: In function 'xemaclite_close':
>> drivers/net/xilinx_emaclite.c:995: error: implicit declaration of function 'free_irq'
>> make[2]: *** [drivers/net/xilinx_emaclite.o] Error 1
>> make[1]: *** [drivers/net] Error 2
>> make: *** [drivers] Error 2
>>
>> Signed-off-by: Michal Simek <monstr@monstr.eu>
>
> This is only relevant for the -next tree, you should specify that when
> submitting patches otherwise the maintainer not apply the patch where
> it actually belongs.
sorry for that. Yes, it is for -next tree.
Michal
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-09 8:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09 8:15 [PATCH] net: emaclite: Add missing linux/interrupt.h header Michal Simek
2011-06-09 8:29 ` David Miller
2011-06-09 8:56 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).