summaryrefslogtreecommitdiff
path: root/drivers/staging/dgrp/dgrp_driver.c
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_driver.c
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_driver.c')
-rw-r--r--drivers/staging/dgrp/dgrp_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/dgrp/dgrp_driver.c b/drivers/staging/dgrp/dgrp_driver.c
index 6e4a0eb..aa26258 100644
--- a/drivers/staging/dgrp/dgrp_driver.c
+++ b/drivers/staging/dgrp/dgrp_driver.c
@@ -39,14 +39,10 @@ MODULE_VERSION(DIGI_VERSION);
struct list_head nd_struct_list;
struct dgrp_poll_data dgrp_poll_data;
-int dgrp_rawreadok = 1; /* Bypass flipbuf on input */
int dgrp_register_cudevices = 1;/* Turn on/off registering legacy cu devices */
int dgrp_register_prdevices = 1;/* Turn on/off registering transparent print */
int dgrp_poll_tick = 20; /* Poll interval - in ms */
-module_param_named(rawreadok, dgrp_rawreadok, int, 0644);
-MODULE_PARM_DESC(rawreadok, "Bypass flip buffers on input");
-
module_param_named(register_cudevices, dgrp_register_cudevices, int, 0644);
MODULE_PARM_DESC(register_cudevices, "Turn on/off registering legacy cu devices");