diff options
Diffstat (limited to 'net/tipc/core.h')
| -rw-r--r-- | net/tipc/core.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 436dda1159d2..2761af36d141 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | #include <linux/string.h> | 47 | #include <linux/string.h> |
| 48 | #include <asm/uaccess.h> | 48 | #include <asm/uaccess.h> |
| 49 | #include <linux/interrupt.h> | 49 | #include <linux/interrupt.h> |
| 50 | #include <asm/atomic.h> | 50 | #include <linux/atomic.h> |
| 51 | #include <asm/hardirq.h> | 51 | #include <asm/hardirq.h> |
| 52 | #include <linux/netdevice.h> | 52 | #include <linux/netdevice.h> |
| 53 | #include <linux/in.h> | 53 | #include <linux/in.h> |
| @@ -62,12 +62,6 @@ struct tipc_msg; /* msg.h */ | |||
| 62 | struct print_buf; /* log.h */ | 62 | struct print_buf; /* log.h */ |
| 63 | 63 | ||
| 64 | /* | 64 | /* |
| 65 | * TIPC sanity test macros | ||
| 66 | */ | ||
| 67 | |||
| 68 | #define assert(i) BUG_ON(!(i)) | ||
| 69 | |||
| 70 | /* | ||
| 71 | * TIPC system monitoring code | 65 | * TIPC system monitoring code |
| 72 | */ | 66 | */ |
| 73 | 67 | ||
