diff options
Diffstat (limited to 'drivers/net/ixgb/ixgb_osdep.h')
-rw-r--r-- | drivers/net/ixgb/ixgb_osdep.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/ixgb/ixgb_osdep.h b/drivers/net/ixgb/ixgb_osdep.h index 9e04a6b3ae0d..4be1b273e1b8 100644 --- a/drivers/net/ixgb/ixgb_osdep.h +++ b/drivers/net/ixgb/ixgb_osdep.h | |||
@@ -39,13 +39,6 @@ | |||
39 | #include <linux/interrupt.h> | 39 | #include <linux/interrupt.h> |
40 | #include <linux/sched.h> | 40 | #include <linux/sched.h> |
41 | 41 | ||
42 | typedef enum { | ||
43 | #undef FALSE | ||
44 | FALSE = 0, | ||
45 | #undef TRUE | ||
46 | TRUE = 1 | ||
47 | } boolean_t; | ||
48 | |||
49 | #undef ASSERT | 42 | #undef ASSERT |
50 | #define ASSERT(x) if(!(x)) BUG() | 43 | #define ASSERT(x) if(!(x)) BUG() |
51 | #define MSGOUT(S, A, B) printk(KERN_DEBUG S "\n", A, B) | 44 | #define MSGOUT(S, A, B) printk(KERN_DEBUG S "\n", A, B) |