aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/proc/kcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c
index b442dac8f5f9..396453200ef4 100644
--- a/fs/proc/kcore.c
+++ b/fs/proc/kcore.c
@@ -557,6 +557,7 @@ static int open_kcore(struct inode *inode, struct file *filp)
557static const struct file_operations proc_kcore_operations = { 557static const struct file_operations proc_kcore_operations = {
558 .read = read_kcore, 558 .read = read_kcore,
559 .open = open_kcore, 559 .open = open_kcore,
560 .llseek = generic_file_llseek,
560}; 561};
561 562
562#ifdef CONFIG_MEMORY_HOTPLUG 563#ifdef CONFIG_MEMORY_HOTPLUG