aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/firmware.h
diff options
context:
space:
mode:
authorLuis Chamberlain <mcgrof@kernel.org>2021-10-21 08:58:37 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-10-22 14:13:53 +0200
commite2e2c0f20f321b0ec36e8bde467259c0adf1fecb (patch)
tree92380a9abba66e271020290cffd172f9a9bb3266 /include/linux/firmware.h
parentx86/microcode: Use the firmware_loader built-in API (diff)
downloadwireguard-linux-e2e2c0f20f321b0ec36e8bde467259c0adf1fecb.tar.xz
wireguard-linux-e2e2c0f20f321b0ec36e8bde467259c0adf1fecb.zip
firmware_loader: move struct builtin_fw to the only place used
Now that x86 doesn't abuse picking at internals to the firmware loader move out the built-in firmware struct to its only user. Reviewed-by: Borislav Petkov <bp@suse.de> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org> Link: https://lore.kernel.org/r/20211021155843.1969401-5-mcgrof@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/firmware.h')
-rw-r--r--include/linux/firmware.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/firmware.h b/include/linux/firmware.h
index 34e8d5844fa0..3b057dfc8284 100644
--- a/include/linux/firmware.h
+++ b/include/linux/firmware.h
@@ -25,12 +25,6 @@ struct device;
* FW_LOADER=m
*/
#ifdef CONFIG_FW_LOADER
-struct builtin_fw {
- char *name;
- void *data;
- unsigned long size;
-};
-
bool firmware_request_builtin(struct firmware *fw, const char *name);
#else
static inline bool firmware_request_builtin(struct firmware *fw,