aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/poch/poch.h
diff options
context:
space:
mode:
authorVijay Kumar B <vijaykumar@bravegnu.org>2009-09-21 11:23:58 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:09 -0800
commit92d450336eedf4c671f37c931fa8ccc28c6be3a9 (patch)
tree7c9bb8e3bbc63298c91373819eeb974cd09c2b23 /drivers/staging/poch/poch.h
parentdad1740133ffe49ae44044f97e4cbfcb42f037b1 (diff)
Staging: poch: Remove circular buffer header
Remove the circular buffer header. Which has been superseded by the ioctl consume interface. Signed-off-by: Vijay Kumar B <vijaykumar@bravegnu.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/poch/poch.h')
-rw-r--r--drivers/staging/poch/poch.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/poch/poch.h b/drivers/staging/poch/poch.h
index ba1490b4252..bf622448ac8 100644
--- a/drivers/staging/poch/poch.h
+++ b/drivers/staging/poch/poch.h
@@ -7,12 +7,6 @@
* include/linux for final version.
*
*/
-struct poch_cbuf_header {
- __s32 group_size_bytes;
- __s32 group_count;
- __s32 group_offsets[0];
-};
-
struct poch_counters {
__u32 fifo_empty;
__u32 fifo_overflow;