Revision 4c882b019160ebd7e954ba787f6353ed69281fd7 authored by Benjamin Herrenschmidt on 14 January 2006, 05:35:35 UTC, committed by Paul Mackerras on 15 January 2006, 02:14:47 UTC
The changes to the device node structure broke Maple build. This fixes it.
Unfortunately I coudn't test as my Maple board appears to be dead.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 8385a6a
Raw File
mmap.h
#ifndef OCFS2_MMAP_H
#define OCFS2_MMAP_H

int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);

#endif  /* OCFS2_MMAP_H */
back to top