llseek: automatically add .llseek fop
[pandora-kernel.git] / drivers / spi / spidev.c
index ea1bec3..4e6245e 100644 (file)
@@ -545,6 +545,7 @@ static const struct file_operations spidev_fops = {
        .unlocked_ioctl = spidev_ioctl,
        .open =         spidev_open,
        .release =      spidev_release,
+       .llseek =       no_llseek,
 };
 
 /*-------------------------------------------------------------------------*/