summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--simple/simple.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/simple/simple.c b/simple/simple.c
index e3bf01e..c1f9438 100644
--- a/simple/simple.c
+++ b/simple/simple.c
@@ -36,14 +36,6 @@ module_param(simple_major, int, 0);
MODULE_AUTHOR("Jonathan Corbet");
MODULE_LICENSE("Dual BSD/GPL");
-/*
- * Open the device; in fact, there's nothing to do here.
- */
-static int simple_open (struct inode *inode, struct file *filp)
-{
- return 0;
-}
-
/*
* Closing is just as simpler.