nbpfaxi.c (6e2d6b2728fcb408eabd7991804f8cb33ff59f20) | nbpfaxi.c (901fd85251e5dea328d287352d99e342d05c6e09) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. 3 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2/* 3 * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. 4 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of version 2 of the GNU General Public License as 7 * published by the Free Software Foundation. | |
8 */ 9 10#include <linux/bitmap.h> 11#include <linux/bitops.h> 12#include <linux/clk.h> 13#include <linux/dma-mapping.h> 14#include <linux/dmaengine.h> 15#include <linux/err.h> --- 1513 unchanged lines hidden --- | 5 */ 6 7#include <linux/bitmap.h> 8#include <linux/bitops.h> 9#include <linux/clk.h> 10#include <linux/dma-mapping.h> 11#include <linux/dmaengine.h> 12#include <linux/err.h> --- 1513 unchanged lines hidden --- |