Commit 9739e633 authored by Andrew Morton's avatar Andrew Morton Committed by Anton Blanchard

[PATCH] Fix the build with !CONFIG_PROC_FS

From: Adrian Bunk <bunk@fs.tum.de>
parent 32de91cf
......@@ -235,8 +235,6 @@ static inline struct kcore_list * kclist_del(void *addr)
return NULL;
}
static inline void kclist_add(struct kcore_list *new, void *addr, size_t size) {};
static inline struct kcore_list * kclist_del(void *addr) {return NULL};
#endif /* CONFIG_PROC_FS */
struct proc_inode {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment