Skip to content

Commit bd328de

Browse files
t-8chmasahir0y
authored andcommitted
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 <[email protected]> Reviewed-by: Russ Weight <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 2480432 commit bd328de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/base/firmware_loader/firmware.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <linux/list.h>
1010
#include <linux/completion.h>
1111

12-
#include <generated/utsrelease.h>
13-
1412
/**
1513
* enum fw_opt - options to control firmware loading behaviour
1614
*

0 commit comments

Comments
 (0)