diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2015-05-18 17:20:00 +0200 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2015-05-18 19:47:43 +0200 |
commit | 8e4daae27742ef8bb1146e1b8a5c738aa6c4b9d5 (patch) | |
tree | 76d6007768550293d84513821f2db590ac08dff9 /arch/arm/mach-bcm2708/include/mach/dma.h | |
parent | 76842aa3ff48d7f799be268ba78a225ddbabfd82 (diff) | |
download | linux-8e4daae27742ef8bb1146e1b8a5c738aa6c4b9d5.tar.gz |
BCM270x: Remove header file mach/dma.h
This header file can be removed since there are no more users.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Diffstat (limited to 'arch/arm/mach-bcm2708/include/mach/dma.h')
-rw-r--r-- | arch/arm/mach-bcm2708/include/mach/dma.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm2708/include/mach/dma.h b/arch/arm/mach-bcm2708/include/mach/dma.h deleted file mode 100644 index d826705e1574..000000000000 --- a/arch/arm/mach-bcm2708/include/mach/dma.h +++ /dev/null @@ -1,2 +0,0 @@ -/* This file can be removed when all the drivers have been updated */ -#include <linux/platform_data/dma-bcm2708.h> |