dma: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include <asm/cache.h>
|
||||
#include <linux/list.h>
|
||||
|
||||
#include <common.h>
|
||||
#include <malloc.h>
|
||||
#include <linux/errno.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
* Copyright (C) 2010 Broadcom Corporation
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <clk.h>
|
||||
#include <cpu_func.h>
|
||||
#include <dm.h>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_DMA
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/fsl_dma.h>
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
* (C) Copyright 2012-2014
|
||||
* Texas Instruments Incorporated, <www.ti.com>
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/ti-common/keystone_nav.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/string.h>
|
||||
|
||||
struct qm_config qm_memmap = {
|
||||
.stat_cfg = KS2_QM_QUEUE_STATUS_BASE,
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
* Copyright (c) 2015 Tyco Fire Protection Products.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <errno.h>
|
||||
#include <init.h>
|
||||
#include <time.h>
|
||||
#include <asm/arch/dma.h>
|
||||
#include <asm/arch/cpu.h>
|
||||
#include <asm/arch/clk.h>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
* Author: Grygorii Strashko <grygorii.strashko@ti.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#include <asm/cache.h>
|
||||
#include <asm/io.h>
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <dma-uclass.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
#define pr_fmt(fmt) "udma: " fmt
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <log.h>
|
||||
#include <asm/cache.h>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
* Copyright (C) 2021 Xilinx Inc.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <dm.h>
|
||||
#include <dma.h>
|
||||
|
||||
Reference in New Issue
Block a user