Commit c8045372 authored by Roland Dreier's avatar Roland Dreier Committed by Nicholas Bellinger

target: Make unnecessarily global se_dev_align_max_sectors() static

Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 1c7b13fe
...@@ -841,7 +841,7 @@ int se_dev_check_shutdown(struct se_device *dev) ...@@ -841,7 +841,7 @@ int se_dev_check_shutdown(struct se_device *dev)
return ret; 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; u32 tmp, aligned_max_sectors;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment