Commit 839fad99 authored by nohee ko's avatar nohee ko Committed by Greg Kroah-Hartman

staging: brcm80211: remove unnecessary cflag, LINUX

remove unnecessary cflag, LINUX
Signed-off-by: default avatarNohee Ko <noheek@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1e8dd5b9
......@@ -28,7 +28,6 @@ ccflags-y := \
-DDHD_SCHED \
-DDHD_SDALIGN=64 \
-DEMBEDDED_PLATFORM \
-DLINUX \
-DMAX_HDR_READ=64 \
-DMMC_SDIO_ABORT \
-DPKT_FILTER_SUPPORT \
......
......@@ -21,7 +21,6 @@
#ifndef _dhd_h_
#define _dhd_h_
#if defined(LINUX)
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/kernel.h>
......@@ -38,14 +37,6 @@
#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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment