1
0
Fork 0

firmware: tegra: bpmp-tegra186: Remove unused includes

Many of the include files are not needed, so drop them.

Signed-off-by: Thierry Reding <treding@nvidia.com>
hifive-unleashed-5.1
Thierry Reding 2019-01-25 15:46:56 +01:00
parent 139251fc22
commit e835d442cf
1 changed files with 0 additions and 5 deletions

View File

@ -3,14 +3,9 @@
* Copyright (c) 2018, NVIDIA CORPORATION.
*/
#include <linux/clk/tegra.h>
#include <linux/genalloc.h>
#include <linux/mailbox_client.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/semaphore.h>
#include <soc/tegra/bpmp.h>
#include <soc/tegra/bpmp-abi.h>