firmware_loader: remove #include <generated/utsrelease.h>
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 26 Nov 2022 05:09:59 +0000 (06:09 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 10 Dec 2022 01:33:20 +0000 (10:33 +0900)
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>
drivers/base/firmware_loader/firmware.h

index fe77e91..bf549d6 100644 (file)
@@ -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
  *