projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3fd093
)
Staging: comedi: Remove thresh_struct typedef
author
Bill Pemberton
<wfp5p@virginia.edu>
Tue, 17 Mar 2009 02:13:04 +0000
(22:13 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 3 Apr 2009 21:54:06 +0000
(14:54 -0700)
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/jr3_pci.h
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/jr3_pci.h
b/drivers/staging/comedi/drivers/jr3_pci.h
index
b385596
..
7c5a15b
100644
(file)
--- a/
drivers/staging/comedi/drivers/jr3_pci.h
+++ b/
drivers/staging/comedi/drivers/jr3_pci.h
@@
-204,11
+204,11
@@
enum error_bits_t {
* met or exceeded.
*/
-
typedef
struct thresh_struct {
+struct thresh_struct {
s32 data_address;
s32 threshold;
s32 bit_pattern;
-}
thresh_struct
;
+};
/* LE_STRUCT */