LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] make blk_settings_init() static
@ 2008-02-13 21:29 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-02-13 21:29 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

blk_settings_init() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
2d96ca5afae850c7cb192e340b2d76fb687e9861 diff --git a/block/blk-settings.c b/block/blk-settings.c
index c8d0c57..13536a3 100644
--- a/block/blk-settings.c
+++ b/block/blk-settings.c
@@ -386,7 +386,7 @@ void blk_queue_update_dma_alignment(struct request_queue *q, int mask)
 }
 EXPORT_SYMBOL(blk_queue_update_dma_alignment);
 
-int __init blk_settings_init(void)
+static int __init blk_settings_init(void)
 {
 	blk_max_low_pfn = max_low_pfn - 1;
 	blk_max_pfn = max_pfn - 1;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-13 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 21:29 [2.6 patch] make blk_settings_init() static Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).