]> Git Repo - linux.git/blobdiff - block/bounce.c
treewide: simplify Kconfig dependencies for removed archs
[linux.git] / block / bounce.c
index 6a3e68292273b03d3aa12a82a4a5af4979e95d60..dd0b93f2a871787ba061a4e4d99b047da05f0ad8 100644 (file)
@@ -31,7 +31,7 @@
 static struct bio_set *bounce_bio_set, *bounce_bio_split;
 static mempool_t *page_pool, *isa_page_pool;
 
-#if defined(CONFIG_HIGHMEM) || defined(CONFIG_NEED_BOUNCE_POOL)
+#if defined(CONFIG_HIGHMEM)
 static __init int init_emergency_pool(void)
 {
 #if defined(CONFIG_HIGHMEM) && !defined(CONFIG_MEMORY_HOTPLUG)
This page took 0.023633 seconds and 4 git commands to generate.