diff options
Diffstat (limited to 'arch/mips/basler')
-rw-r--r-- | arch/mips/basler/excite/excite_procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/basler/excite/excite_procfs.c b/arch/mips/basler/excite/excite_procfs.c index 9ee67a95f6b9..6c08b386fdad 100644 --- a/arch/mips/basler/excite/excite_procfs.c +++ b/arch/mips/basler/excite/excite_procfs.c | |||
@@ -65,7 +65,7 @@ excite_bootrom_read(char *page, char **start, off_t off, int count, | |||
65 | void excite_procfs_init(void) | 65 | void excite_procfs_init(void) |
66 | { | 66 | { |
67 | /* Create & populate /proc/excite */ | 67 | /* Create & populate /proc/excite */ |
68 | struct proc_dir_entry * const pdir = proc_mkdir("excite", &proc_root); | 68 | struct proc_dir_entry * const pdir = proc_mkdir("excite", NULL); |
69 | if (pdir) { | 69 | if (pdir) { |
70 | struct proc_dir_entry * e; | 70 | struct proc_dir_entry * e; |
71 | 71 | ||