Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e835d442 authored by Thierry Reding's avatar Thierry Reding
Browse files

firmware: tegra: bpmp-tegra186: Remove unused includes



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

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 139251fc
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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>