diff --git a/[refs] b/[refs] index 6d8338a42fdb..06f97a856352 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: beec7dbc6ff003bbc94de62b3323519c878fb2ac +refs/heads/master: bef4a456b8dc8b3638f4d49a25a89e1467da9483 diff --git a/trunk/include/linux/libata.h b/trunk/include/linux/libata.h index 695d9ae6ec03..83a1f2ead861 100644 --- a/trunk/include/linux/libata.h +++ b/trunk/include/linux/libata.h @@ -62,16 +62,6 @@ #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args) -#ifdef ATA_NDEBUG -#define assert(expr) -#else -#define assert(expr) \ - if(unlikely(!(expr))) { \ - printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n", \ - #expr,__FILE__,__FUNCTION__,__LINE__); \ - } -#endif - /* NEW: debug levels */ #define HAVE_LIBATA_MSG 1