diff options
-rw-r--r-- | drivers/target/target_core_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c index 0048d0a0b0c1..cf2c66f3c116 100644 --- a/drivers/target/target_core_device.c +++ b/drivers/target/target_core_device.c | |||
@@ -841,7 +841,7 @@ int se_dev_check_shutdown(struct se_device *dev) | |||
841 | return ret; | 841 | return ret; |
842 | } | 842 | } |
843 | 843 | ||
844 | u32 se_dev_align_max_sectors(u32 max_sectors, u32 block_size) | 844 | static u32 se_dev_align_max_sectors(u32 max_sectors, u32 block_size) |
845 | { | 845 | { |
846 | u32 tmp, aligned_max_sectors; | 846 | u32 tmp, aligned_max_sectors; |
847 | /* | 847 | /* |