aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-01-25 15:46:56 +0100
committerThierry Reding <treding@nvidia.com>2019-01-25 15:58:47 +0100
commite835d442cff641a0831b090a47457366d7919324 (patch)
treef439e927c76f086f1afb2dc8152a878a2b14491f /drivers/firmware
parentfirmware: tegra: add bpmp driver for Tegra210 (diff)
downloadlinux-dev-e835d442cff641a0831b090a47457366d7919324.tar.xz
linux-dev-e835d442cff641a0831b090a47457366d7919324.zip
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>
Diffstat (limited to 'drivers/firmware')
-rw-r--r--drivers/firmware/tegra/bpmp-tegra186.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/firmware/tegra/bpmp-tegra186.c b/drivers/firmware/tegra/bpmp-tegra186.c
index 89bb32b97345..ea308751635f 100644
--- a/drivers/firmware/tegra/bpmp-tegra186.c
+++ b/drivers/firmware/tegra/bpmp-tegra186.c
@@ -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>