summaryrefslogtreecommitdiff
path: root/drivers/staging/dgrp/dgrp_specproc.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_specproc.c
parente3224111b3a527eb8f9b9b6deed83b727522941e (diff)
downloadlinux-fsl-qoriq-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_specproc.c')
-rw-r--r--drivers/staging/dgrp/dgrp_specproc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/dgrp/dgrp_specproc.c b/drivers/staging/dgrp/dgrp_specproc.c
index 24327c3..db91f67 100644
--- a/drivers/staging/dgrp/dgrp_specproc.c
+++ b/drivers/staging/dgrp/dgrp_specproc.c
@@ -629,8 +629,6 @@ static int info_proc_show(struct seq_file *m, void *v)
{
seq_printf(m, "version: %s\n", DIGI_VERSION);
seq_puts(m, "register_with_sysfs: 1\n");
- seq_printf(m, "rawreadok: 0x%08x\t(%d)\n",
- dgrp_rawreadok, dgrp_rawreadok);
seq_printf(m, "pollrate: 0x%08x\t(%d)\n",
dgrp_poll_tick, dgrp_poll_tick);