summaryrefslogtreecommitdiff
path: root/drivers/staging/sep/sep_dev.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-08-07 18:24:08 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:02:13 (GMT)
commit577092ac155005ecb3a1385d628ef27fc9b52b72 (patch)
treedee0b5cd6ec1c4d42a5180a0d44d2dd665f7b134 /drivers/staging/sep/sep_dev.h
parent7913c21a25a9d54b093bed3522d35b188aadf6a4 (diff)
downloadlinux-fsl-qoriq-577092ac155005ecb3a1385d628ef27fc9b52b72.tar.xz
Staging: sep: use O_NDELAY instead of magic APIs
Open is still completely bogus in this driver but we'll tackle that later - for now fix the bogus API Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sep/sep_dev.h')
-rw-r--r--drivers/staging/sep/sep_dev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/sep/sep_dev.h b/drivers/staging/sep/sep_dev.h
index b190373..920e23a 100644
--- a/drivers/staging/sep/sep_dev.h
+++ b/drivers/staging/sep/sep_dev.h
@@ -86,9 +86,6 @@ struct sep_device {
/* global data for every flow */
struct sep_flow_context_t flows_data_array[SEP_DRIVER_NUM_FLOWS];
- /* flag for API mode - 1 -is blocking, 0 is non-blocking */
- unsigned long block_mode_flag;
-
/* pointer to the workqueue that handles the flow done interrupts */
struct workqueue_struct *flow_wq_ptr;