diff options
author | Luis Ortega Perez de Villar <luiorpe1@upv.es> | 2013-07-19 13:34:06 +0200 |
---|---|---|
committer | Luis Ortega Perez de Villar <luiorpe1@upv.es> | 2013-07-19 13:34:06 +0200 |
commit | b39bcf923ae57a40dade8f5d16d3dcd084ec881a (patch) | |
tree | 7a1ba2c70bf41c45946bc3cfe716b4d50d0d1b34 | |
parent | 542aeada0dd544b751c689a8a530e5c915cd7e4e (diff) | |
download | ldd3-b39bcf923ae57a40dade8f5d16d3dcd084ec881a.tar.gz |
scull: pipe: Remove unused commented line
Remove commented line with deprecated create_proc_read_entry call
that was forgotten to remove.
-rw-r--r-- | scull/pipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scull/pipe.c b/scull/pipe.c index 3e7b8cd..b278d4e 100644 --- a/scull/pipe.c +++ b/scull/pipe.c @@ -362,7 +362,6 @@ int scull_p_init(dev_t firstdev) scull_p_setup_cdev(scull_p_devices + i, i); } #ifdef SCULL_DEBUG - //create_proc_read_entry("scullpipe", 0, NULL, scull_read_p_mem, NULL); proc_create("scullpipe", 0, NULL, &scullpipe_proc_ops); #endif return scull_p_nr_devs; |