Skip to content

Commit 9211f0a

Browse files
intel-lab-lkpgregkh
authored andcommitted
driver core: fw_devlink_flags can be static
Fixes: 8375e74 ("driver core: Add fw_devlink kernel commandline option") Signed-off-by: kbuild test robot <[email protected]> Acked-by: Saravana Kannan <[email protected]> Link: https://lore.kernel.org/r/20200305020916.GA14234@3143ef58ba07 Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 68464d7 commit 9211f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ static int device_private_init(struct device *dev)
23322332
return 0;
23332333
}
23342334

2335-
u32 fw_devlink_flags;
2335+
static u32 fw_devlink_flags;
23362336
static int __init fw_devlink_setup(char *arg)
23372337
{
23382338
if (!arg)

0 commit comments

Comments
 (0)