Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

firmware_loader: remove #include <generated/utsrelease.h>

utsrelease.h is potentially generated on each build.
By removing this unused include we can get rid of some spurious
recompilations.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Russ Weight <russell.h.weight@intel.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Thomas Weißschuh and committed by
Masahiro Yamada
bd328def 24804329

-2
-2
drivers/base/firmware_loader/firmware.h
··· 9 9 #include <linux/list.h> 10 10 #include <linux/completion.h> 11 11 12 - #include <generated/utsrelease.h> 13 - 14 12 /** 15 13 * enum fw_opt - options to control firmware loading behaviour 16 14 *