diff options
| author | Maksim Krasnyanskiy <maxk@qualcomm.com> | 2002-10-13 18:17:53 -0700 |
|---|---|---|
| committer | Maksim Krasnyanskiy <maxk@qualcomm.com> | 2002-10-13 18:17:53 -0700 |
| commit | 63d902f71914cbbbedc5745bc48a1c23b4e5e2ba (patch) | |
| tree | 8adbafd98a36a01fb496e8bde2c700b1754bc9a3 /include | |
| parent | ba4d161345176c1cc551ca3fbaaab8ebc790d49c (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.h | 4 |
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 |
