mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
This commit is contained in:
committed by
Masahiro Yamada
parent
248043299b
commit
bd328def2f
@@ -9,8 +9,6 @@
|
|||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
#include <linux/completion.h>
|
#include <linux/completion.h>
|
||||||
|
|
||||||
#include <generated/utsrelease.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* enum fw_opt - options to control firmware loading behaviour
|
* enum fw_opt - options to control firmware loading behaviour
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user