summaryrefslogtreecommitdiff
path: root/drivers/ddr/altera
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-14 13:16:47 -0500
committerTom Rini <trini@konsulko.com>2023-12-21 08:54:37 -0500
commitcb3ce954013ce383e64b73b65df1eb4ef8833570 (patch)
tree5e33dd6fc11882f093071e5694a22b5d642beaed /drivers/ddr/altera
parent460b2c068c07d665af48566cfe39582086fed921 (diff)
global: Drop common.h inclusion
In order to make it easier to move on to dropping common.h from code directly, remove common.h inclusion from the rest of the header file which had been including it. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/ddr/altera')
-rw-r--r--drivers/ddr/altera/sdram_soc64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ddr/altera/sdram_soc64.h b/drivers/ddr/altera/sdram_soc64.h
index 07a0f9f2ae9..87a70a861ba 100644
--- a/drivers/ddr/altera/sdram_soc64.h
+++ b/drivers/ddr/altera/sdram_soc64.h
@@ -6,7 +6,6 @@
#ifndef _SDRAM_SOC64_H_
#define _SDRAM_SOC64_H_
-#include <common.h>
#include <linux/sizes.h>
struct altera_sdram_priv {