llseek: automatically add .llseek fop
[deliverable/linux.git] / drivers / char / xilinx_hwicap / xilinx_hwicap.c
index b663d573aad99ed5257f9ab324d566309e70ac37..be6d6fb47cc53d020d7d4605383b10c72195c7c6 100644 (file)
@@ -567,6 +567,7 @@ static const struct file_operations hwicap_fops = {
        .read = hwicap_read,
        .open = hwicap_open,
        .release = hwicap_release,
+       .llseek = noop_llseek,
 };
 
 static int __devinit hwicap_setup(struct device *dev, int id,
This page took 0.025253 seconds and 5 git commands to generate.