]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/char_dev.c
Input: export input_reset_device() for use in KGDB
[karo-tx-linux.git] / fs / char_dev.c
index 143d393881cbd86865063649dd9b27773a5dcf57..e5b9df993b934f0876666f7c50153a467ef7c939 100644 (file)
@@ -456,6 +456,7 @@ static void cdev_purge(struct cdev *cdev)
  */
 const struct file_operations def_chr_fops = {
        .open = chrdev_open,
+       .llseek = noop_llseek,
 };
 
 static struct kobject *exact_match(dev_t dev, int *part, void *data)