aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 9980f05..afc4af0 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -663,10 +663,4 @@ struct at76_rx_radiotap {
printk(KERN_DEBUG DRIVER_NAME ": " format "\n" , ## arg); \
} while (0)
-#define at76_assert(x) \
- do { \
- if (!(x)) \
- err("%d: assertion " #x " failed", __LINE__); \
- } while (0)
-
#endif /* _AT76_USB_H */