From 63d902f71914cbbbedc5745bc48a1c23b4e5e2ba Mon Sep 17 00:00:00 2001 From: Maksim Krasnyanskiy Date: Sun, 13 Oct 2002 18:17:53 -0700 Subject: Get rid of the MIN() thing in Bluetooth code and use min_t() instead. --- include/net/bluetooth/bluetooth.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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 -- cgit v1.2.3