aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/b2c2
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2011-06-06 06:43:46 -0400
committerDavid S. Miller <davem@davemloft.net>2011-06-07 01:55:11 -0400
commita6b7a407865aab9f849dd99a71072b7cd1175116 (patch)
tree42995f2e25b777e8930b5ac180599f8d4e655df6 /drivers/media/dvb/b2c2
parentaedfebbaa7a4883dc568d8d32b7b32a0f9833f41 (diff)
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>
Diffstat (limited to 'drivers/media/dvb/b2c2')
-rw-r--r--drivers/media/dvb/b2c2/flexcop-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop-common.h b/drivers/media/dvb/b2c2/flexcop-common.h
index 9e2148a1996..437912e4982 100644
--- a/drivers/media/dvb/b2c2/flexcop-common.h
+++ b/drivers/media/dvb/b2c2/flexcop-common.h
@@ -6,6 +6,7 @@
6#ifndef __FLEXCOP_COMMON_H__ 6#ifndef __FLEXCOP_COMMON_H__
7#define __FLEXCOP_COMMON_H__ 7#define __FLEXCOP_COMMON_H__
8 8
9#include <linux/interrupt.h>
9#include <linux/pci.h> 10#include <linux/pci.h>
10#include <linux/mutex.h> 11#include <linux/mutex.h>
11 12