mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
ARM: imx: mx31moboard: Remove unused 'dma' variable
Commit 2436bdcda5
("dma-coherent: remove the DMA_MEMORY_MAP and
DMA_MEMORY_IO flags") missed to remove the 'dma' variable causing
the following build warning:
arch/arm/mach-imx/mach-mx31moboard.c:478:6: warning: unused variable 'dma' [-Wunused-variable]
Remove the unused 'dma' variable.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
34bbf1335f
commit
edeb8e4ccb
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ static phys_addr_t mx3_camera_base __initdata;
|
||||||
|
|
||||||
static int __init mx31moboard_init_cam(void)
|
static int __init mx31moboard_init_cam(void)
|
||||||
{
|
{
|
||||||
int dma, ret;
|
int ret;
|
||||||
struct platform_device *pdev;
|
struct platform_device *pdev;
|
||||||
|
|
||||||
imx31_add_ipu_core();
|
imx31_add_ipu_core();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue