aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2/hcfdef.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andy.shevchenko@gmail.com>2010-10-12 16:22:49 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-12 09:03:30 -0700
commita252d02f89452c1d99eed7545457f52a71804768 (patch)
tree65cff9003d50f5b56ced1f06fc4de43bfebde0a4 /drivers/staging/wlags49_h2/hcfdef.h
parent97eea3afa2b10900c2373458eb4f0341357e8bf8 (diff)
staging: wlags49_h2: remove custom macros min() and max()
Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlags49_h2/hcfdef.h')
-rw-r--r--drivers/staging/wlags49_h2/hcfdef.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/wlags49_h2/hcfdef.h b/drivers/staging/wlags49_h2/hcfdef.h
index f7e74bfbadf..4e20171b782 100644
--- a/drivers/staging/wlags49_h2/hcfdef.h
+++ b/drivers/staging/wlags49_h2/hcfdef.h
@@ -593,14 +593,6 @@ err: ;
/************************************** MACROS ************************************************/
/************************************************************************************************/
-/* min and max macros */
-#if ! defined max
-#define max(a,b) (((a) > (b)) ? (a) : (b))
-#endif
-#if ! defined min
-#define min(a,b) (((a) < (b)) ? (a) : (b))
-#endif
-
#ifdef HCF_SLEEP
#if defined MSF_WAIT
err: MSF should no longer supply this macro;