| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/mach-ep93xx/dma.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 11 | 12 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> |
|---|
| 12 | 13 | * Copyright (C) 2006 Applied Data Systems |
|---|
| 13 | 14 | * Copyright (C) 2009 Ryan Mallon <rmallon@gmail.com> |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 16 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 17 | | - * the Free Software Foundation; either version 2 of the License, or (at |
|---|
| 18 | | - * your option) any later version. |
|---|
| 19 | 15 | */ |
|---|
| 20 | 16 | |
|---|
| 21 | 17 | #include <linux/dmaengine.h> |
|---|
| .. | .. |
|---|
| 26 | 22 | #include <linux/platform_device.h> |
|---|
| 27 | 23 | |
|---|
| 28 | 24 | #include <linux/platform_data/dma-ep93xx.h> |
|---|
| 29 | | -#include <mach/hardware.h> |
|---|
| 25 | +#include "hardware.h" |
|---|
| 30 | 26 | |
|---|
| 31 | 27 | #include "soc.h" |
|---|
| 32 | 28 | |
|---|