summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaksim Krasnyanskiy <maxk@qualcomm.com>2002-10-13 18:17:53 -0700
committerMaksim Krasnyanskiy <maxk@qualcomm.com>2002-10-13 18:17:53 -0700
commit63d902f71914cbbbedc5745bc48a1c23b4e5e2ba (patch)
tree8adbafd98a36a01fb496e8bde2c700b1754bc9a3 /include
parentba4d161345176c1cc551ca3fbaaab8ebc790d49c (diff)
Get rid of the MIN() thing in Bluetooth code and use min_t() instead.
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/bluetooth.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index a7202d48b57c..d8e54c8f4daf 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -42,10 +42,6 @@
/* Reserv for core and drivers use */
#define BT_SKB_RESERVE 8
-#ifndef MIN
-#define MIN(a,b) ((a) < (b) ? (a) : (b))
-#endif
-
#define BTPROTO_L2CAP 0
#define BTPROTO_HCI 1
#define BTPROTO_SCO 2