Auto-update from upstream
[deliverable/linux.git] / fs / ramfs / file-mmu.c
index 2115383dcc8defec38df0c03917c68725f4ad1d7..00a933eb820c27127cc330adbca12e6518deb4d8 100644 (file)
  * caches is sufficient.
  */
 
-#include <linux/module.h>
 #include <linux/fs.h>
-#include <linux/pagemap.h>
-#include <linux/highmem.h>
-#include <linux/init.h>
-#include <linux/string.h>
-#include <linux/smp_lock.h>
-#include <linux/backing-dev.h>
-#include <linux/ramfs.h>
-
-#include <asm/uaccess.h>
-#include "internal.h"
 
 struct address_space_operations ramfs_aops = {
        .readpage       = simple_readpage,
@@ -43,7 +32,7 @@ struct address_space_operations ramfs_aops = {
        .commit_write   = simple_commit_write
 };
 
-struct file_operations ramfs_file_operations = {
+const struct file_operations ramfs_file_operations = {
        .read           = generic_file_read,
        .write          = generic_file_write,
        .mmap           = generic_file_mmap,
This page took 0.033591 seconds and 5 git commands to generate.