From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- kernel/drivers/dma/sh/shdma.h | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/kernel/drivers/dma/sh/shdma.h b/kernel/drivers/dma/sh/shdma.h index 2c0a969..9c121a4 100644 --- a/kernel/drivers/dma/sh/shdma.h +++ b/kernel/drivers/dma/sh/shdma.h @@ -1,13 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Renesas SuperH DMA Engine support * * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. - * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. * */ #ifndef __DMA_SHDMA_H @@ -61,12 +57,5 @@ #define tx_to_sh_desc(tx) container_of(tx, struct sh_desc, async_tx) #define to_sh_dev(chan) container_of(chan->shdma_chan.dma_chan.device,\ struct sh_dmae_device, shdma_dev.dma_dev) - -#ifdef CONFIG_SH_DMAE_R8A73A4 -extern const struct sh_dmae_pdata r8a73a4_dma_pdata; -#define r8a73a4_shdma_devid (&r8a73a4_dma_pdata) -#else -#define r8a73a4_shdma_devid NULL -#endif #endif /* __DMA_SHDMA_H */ -- Gitblit v1.6.2