remove unnecessary cflag, LINUX
Signed-off-by: Nohee Ko <noheek@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-DDHD_SCHED \
-DDHD_SDALIGN=64 \
-DEMBEDDED_PLATFORM \
- -DLINUX \
-DMAX_HDR_READ=64 \
-DMMC_SDIO_ABORT \
-DPKT_FILTER_SUPPORT \
#ifndef _dhd_h_
#define _dhd_h_
-#if defined(LINUX)
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/wakelock.h>
#endif /* defined (CONFIG_HAS_WAKELOCK) */
/* The kernel threading is sdio-specific */
-#else /* LINUX */
-#define ENOMEM 1
-#define EFAULT 2
-#define EINVAL 3
-#define EIO 4
-#define ETIMEDOUT 5
-#define ERESTARTSYS 6
-#endif /* LINUX */
#include <wlioctl.h>