diff --git a/[refs] b/[refs] index d0354ef56635..729e7fed03a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 547b792cac0a038b9dbf958d3c120df3740b5572 +refs/heads/master: ec34c702ca8b7d6f0aa54379c3b0d0ec10b8ff23 diff --git a/trunk/include/linux/rtnetlink.h b/trunk/include/linux/rtnetlink.h index f4d386c191f5..ca643b13b026 100644 --- a/trunk/include/linux/rtnetlink.h +++ b/trunk/include/linux/rtnetlink.h @@ -755,13 +755,6 @@ extern void __rtnl_unlock(void); } \ } while(0) -#define BUG_TRAP(x) do { \ - if (unlikely(!(x))) { \ - printk(KERN_ERR "KERNEL: assertion (%s) failed at %s (%d)\n", \ - #x, __FILE__ , __LINE__); \ - } \ -} while(0) - static inline u32 rtm_get_table(struct rtattr **rta, u8 table) { return RTA_GET_U32(rta[RTA_TABLE-1]);