net: remove interrupt.h inclusion from netdevice.h

* remove interrupt.g inclusion from netdevice.h -- not needed
* fixup fallout, add interrupt.h and hardirq.h back where needed.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Alexey Dobriyan
2011-06-06 10:43:46 +00:00
committed by David S. Miller
부모 aedfebbaa7
커밋 a6b7a40786
163개의 변경된 파일165개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@@ -38,6 +38,7 @@
*
*/
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/delay.h>