]> asedeno.scripts.mit.edu Git - linux.git/commit
firmware: rename struct firmware_priv to struct fw_sysfs
authorLuis R. Rodriguez <mcgrof@kernel.org>
Mon, 20 Nov 2017 18:23:47 +0000 (10:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Nov 2017 10:10:49 +0000 (11:10 +0100)
commitaa6969c903a59ff509e2354a5ab338ac9189c5e4
treefe4d01b1c6022e061311603605cde2de8263b7a4
parent65c79230576873b312c3599479c1e42355c9f349
firmware: rename struct firmware_priv to struct fw_sysfs

The struct firmware_priv is only used for the sysfs fallback
mechanism, rename it to make emphasis of this. This will also
enable us to use the name later for something much more
meaninful.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c