aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2/hcf.c
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/hcf.c
parent97eea3afa2b10900c2373458eb4f0341357e8bf8 (diff)
downloadkernel_samsung_smdk4412-a252d02f89452c1d99eed7545457f52a71804768.zip
kernel_samsung_smdk4412-a252d02f89452c1d99eed7545457f52a71804768.tar.gz
kernel_samsung_smdk4412-a252d02f89452c1d99eed7545457f52a71804768.tar.bz2
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/hcf.c')
-rw-r--r--drivers/staging/wlags49_h2/hcf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/wlags49_h2/hcf.c b/drivers/staging/wlags49_h2/hcf.c
index c4fe0ec..d4bdd3e 100644
--- a/drivers/staging/wlags49_h2/hcf.c
+++ b/drivers/staging/wlags49_h2/hcf.c
@@ -92,6 +92,7 @@
#include "hcf.h" // HCF and MSF common include file
#include "hcfdef.h" // HCF specific include file
#include "mmd.h" // MoreModularDriver common include file
+#include <linux/kernel.h>
#if ! defined offsetof
#define offsetof(s,m) ((unsigned int)&(((s *)0)->m))