Skip to content

Commit

Permalink
driver core: fw_devlink_flags can be static
Browse files Browse the repository at this point in the history
Fixes: 8375e74 ("driver core: Add fw_devlink kernel commandline option")
Signed-off-by: kbuild test robot <lkp@intel.com>
Acked-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20200305020916.GA14234@3143ef58ba07
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
kbuild test robot authored and Greg Kroah-Hartman committed Mar 5, 2020
1 parent 68464d7 commit 9211f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@ static int device_private_init(struct device *dev)
return 0;
}

u32 fw_devlink_flags;
static u32 fw_devlink_flags;
static int __init fw_devlink_setup(char *arg)
{
if (!arg)
Expand Down

0 comments on commit 9211f0a

Please sign in to comment.