summaryrefslogtreecommitdiff
path: root/drivers/staging/dgrp/dgrp_common.h
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-10-25 16:46:22 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-25 18:22:42 (GMT)
commit57cf50acbf5b153f331a966ecc08836324c1cd8d (patch)
tree988a7f39cf29bfd2e7e0c76421988f8a1bbe3352 /drivers/staging/dgrp/dgrp_common.h
parente3224111b3a527eb8f9b9b6deed83b727522941e (diff)
downloadlinux-57cf50acbf5b153f331a966ecc08836324c1cd8d.tar.xz
staging: dgrp: remove rawreadok module option
The functionality behind this option has been removed in the driver so remove the config option to set/unset it. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgrp/dgrp_common.h')
-rw-r--r--drivers/staging/dgrp/dgrp_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/dgrp/dgrp_common.h b/drivers/staging/dgrp/dgrp_common.h
index 05ff338..0583fe9 100644
--- a/drivers/staging/dgrp/dgrp_common.h
+++ b/drivers/staging/dgrp/dgrp_common.h
@@ -31,7 +31,6 @@
* All global storage allocation.
************************************************************************/
-extern int dgrp_rawreadok; /* Allow raw writing of input */
extern int dgrp_register_cudevices; /* enable legacy cu devices */
extern int dgrp_register_prdevices; /* enable transparent print devices */
extern int dgrp_poll_tick; /* Poll interval - in ms */