diff options
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 146a434ba944..987c773dbb20 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
@@ -28,6 +28,7 @@ do { \ | |||
28 | (vmi)->largest_chunk = 0; \ | 28 | (vmi)->largest_chunk = 0; \ |
29 | } while(0) | 29 | } while(0) |
30 | 30 | ||
31 | extern int nommu_vma_show(struct seq_file *, struct vm_area_struct *); | ||
31 | #endif | 32 | #endif |
32 | 33 | ||
33 | extern void create_seq_entry(char *name, mode_t mode, const struct file_operations *f); | 34 | extern void create_seq_entry(char *name, mode_t mode, const struct file_operations *f); |