From 267d5afeab90d69fc5075ae644e986202709f1f4 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 28 Jun 2007 20:45:45 +0000 Subject: [PATCH] more clean ups git-svn-id: svn+ssh://en.codiert.org/home/staff/ben/dev/misc.svn/projects/fpgafs@342 766a2236-cff9-0310-b0c0-a81a5f92509a --- files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files.c b/files.c index 6c17094..c36d35d 100644 --- a/files.c +++ b/files.c @@ -21,7 +21,7 @@ static int fpgafs_pipe_open(struct inode *inode, struct file *file) static ssize_t fpgafs_stat_read(struct file *file, char __user *buf, size_t len, loff_t *pos) { - struct fpga_context *ctx = file->private_data; + //struct fpga_context *ctx = file->private_data; u32 data, __user *udata; ssize_t count;