Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: OMAP1: Remove dma.h

Add definitions in arch/arm/mach-omap1/dma.h are now removed so remove
the file and include statements from dma.c and lcd_dma.c.

Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Jarkko Nikula and committed by
Tony Lindgren
e2081f96 b6a85477

-30
-2
arch/arm/mach-omap1/dma.c
··· 30 30 31 31 #include <mach/irqs.h> 32 32 33 - #include "dma.h" 34 - 35 33 #define OMAP1_DMA_BASE (0xfffed800) 36 34 #define OMAP1_LOGICAL_DMA_CH_COUNT 17 37 35 #define OMAP1_DMA_STRIDE 0x40
-26
arch/arm/mach-omap1/dma.h
··· 1 - /* 2 - * OMAP1 DMA channel definitions 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2 of the License, or 7 - * (at your option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 - */ 18 - 19 - #ifndef __OMAP1_DMA_CHANNEL_H 20 - #define __OMAP1_DMA_CHANNEL_H 21 - 22 - /* DMA channels for omap1 */ 23 - 24 - /* These are only for 1610 */ 25 - 26 - #endif /* __OMAP1_DMA_CHANNEL_H */
-2
arch/arm/mach-omap1/lcd_dma.c
··· 32 32 #include <mach/hardware.h> 33 33 #include <mach/lcdc.h> 34 34 35 - #include "dma.h" 36 - 37 35 int omap_lcd_dma_running(void) 38 36 { 39 37 /*