X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fqnx4%2Ffile.c;fp=fs%2Fqnx4%2Ffile.c;h=62af4b1348bda336cfcc90420a6f1b208f7f807f;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=b471315e24ef2869a0365c844205ca536925ec01;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/fs/qnx4/file.c b/fs/qnx4/file.c index b471315e2..62af4b134 100644 --- a/fs/qnx4/file.c +++ b/fs/qnx4/file.c @@ -12,17 +12,14 @@ * 27-06-1998 by Frank Denis : file overwriting. */ -#include -#include #include -#include #include /* * We have mostly NULL's here: the current defaults are ok for * the qnx4 filesystem. */ -struct file_operations qnx4_file_operations = +const struct file_operations qnx4_file_operations = { .llseek = generic_file_llseek, .read = generic_file_read,