Skip to content

Commit 7396047

Browse files
Christoph Hellwiggregkh
authored andcommitted
firmware_loader: remove unused exports
Neither fw_fallback_config nor firmware_config_table are used by modules. Signed-off-by: Christoph Hellwig <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 32ec783 commit 7396047

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/base/firmware_loader/fallback_table.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ struct firmware_fallback_config fw_fallback_config = {
2121
.loading_timeout = 60,
2222
.old_timeout = 60,
2323
};
24-
EXPORT_SYMBOL_GPL(fw_fallback_config);
2524

2625
#ifdef CONFIG_SYSCTL
2726
struct ctl_table firmware_config_table[] = {
@@ -45,5 +44,4 @@ struct ctl_table firmware_config_table[] = {
4544
},
4645
{ }
4746
};
48-
EXPORT_SYMBOL_GPL(firmware_config_table);
4947
#endif

0 commit comments

Comments
 (0)