Skip to content

Commit

Permalink
unexport blk_max_pfn
Browse files Browse the repository at this point in the history
blk_max_pfn can now be unexported.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
AdrianBunk authored and Jens Axboe committed Apr 29, 2008
1 parent 31e103c commit 657e93b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/blk-settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ unsigned long blk_max_low_pfn;
EXPORT_SYMBOL(blk_max_low_pfn);

unsigned long blk_max_pfn;
EXPORT_SYMBOL(blk_max_pfn);

/**
* blk_queue_prep_rq - set a prepare_request function for queue
Expand Down

0 comments on commit 657e93b

Please sign in to comment.