You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] make various thing static
Another rollup of patches which give various symbols static scope Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d763b7a473
commit
52c1da3953
@@ -1783,7 +1783,7 @@ static void __exit scsi_debug_exit(void)
|
||||
device_initcall(scsi_debug_init);
|
||||
module_exit(scsi_debug_exit);
|
||||
|
||||
void pseudo_0_release(struct device * dev)
|
||||
static void pseudo_0_release(struct device * dev)
|
||||
{
|
||||
if (SCSI_DEBUG_OPT_NOISE & scsi_debug_opts)
|
||||
printk(KERN_INFO "scsi_debug: pseudo_0_release() called\n");
|
||||
|
||||
Reference in New Issue
Block a user