Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 461 → Rev 462

/shark/trunk/drivers/i2c/i2c-dev.c
30,7 → 30,7
<pmhahn@titan.lahn.de> */
 
/* If you want debugging uncomment: */
/* #define DEBUG 1 */
#define DEBUG 1
 
#include <linuxcomp.h>
 
415,7 → 415,7
 
static struct file_operations i2cdev_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
.llseek = NULL,//no_llseek,
.read = i2cdev_read,
.write = i2cdev_write,
.ioctl = i2cdev_ioctl,