diff options
-rw-r--r-- | mm/compaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/compaction.c b/mm/compaction.c index 212f41c6278b..b6ab77160068 100644 --- a/mm/compaction.c +++ b/mm/compaction.c | |||
@@ -1235,7 +1235,7 @@ int sysctl_extfrag_handler(struct ctl_table *table, int write, | |||
1235 | } | 1235 | } |
1236 | 1236 | ||
1237 | #if defined(CONFIG_SYSFS) && defined(CONFIG_NUMA) | 1237 | #if defined(CONFIG_SYSFS) && defined(CONFIG_NUMA) |
1238 | ssize_t sysfs_compact_node(struct device *dev, | 1238 | static ssize_t sysfs_compact_node(struct device *dev, |
1239 | struct device_attribute *attr, | 1239 | struct device_attribute *attr, |
1240 | const char *buf, size_t count) | 1240 | const char *buf, size_t count) |
1241 | { | 1241 | { |