Skip to content

Commit

Permalink
target: Make unnecessarily global se_dev_align_max_sectors() static
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
  • Loading branch information
Roland Dreier authored and Nicholas Bellinger committed Jul 17, 2012
1 parent 1c7b13f commit c804537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/target/target_core_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ int se_dev_check_shutdown(struct se_device *dev)
return ret;
}

u32 se_dev_align_max_sectors(u32 max_sectors, u32 block_size)
static u32 se_dev_align_max_sectors(u32 max_sectors, u32 block_size)
{
u32 tmp, aligned_max_sectors;
/*
Expand Down

0 comments on commit c804537

Please sign in to comment.