X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Framfs.h;h=b160fb18e8d6ce6f724827fe19fd31dfe748ddb8;hb=2c7871982cf27caaddbaeb7e2121ce1374b520ff;hp=00b340ba66127131b5f4a3790d649b1bc33c5256;hpb=454e2398be9b9fa30433fccc548db34d19aa9958;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/ramfs.h b/include/linux/ramfs.h index 00b340ba661..b160fb18e8d 100644 --- a/include/linux/ramfs.h +++ b/include/linux/ramfs.h @@ -17,5 +17,6 @@ extern int ramfs_nommu_mmap(struct file *file, struct vm_area_struct *vma); extern const struct file_operations ramfs_file_operations; extern struct vm_operations_struct generic_file_vm_ops; +extern int __init init_rootfs(void); #endif