Skip to content

Commit

Permalink
firmware_loader: remove #include <generated/utsrelease.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Weißschuh authored and Masahiro Yamada committed Dec 10, 2022
1 parent 2480432 commit bd328de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/base/firmware_loader/firmware.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include <linux/list.h>
#include <linux/completion.h>

#include <generated/utsrelease.h>

/**
* enum fw_opt - options to control firmware loading behaviour
*
Expand Down

0 comments on commit bd328de

Please sign in to comment.