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;