dma-sysfs.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | dma-sysfs.c (ff4a7481c3898ffc3cc271d6aca431d190c37247) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * arch/sh/drivers/dma/dma-sysfs.c 3 * 4 * sysfs interface for SH DMA API 5 * 6 * Copyright (C) 2004 - 2006 Paul Mundt | 2/* 3 * arch/sh/drivers/dma/dma-sysfs.c 4 * 5 * sysfs interface for SH DMA API 6 * 7 * Copyright (C) 2004 - 2006 Paul Mundt |
7 * 8 * This file is subject to the terms and conditions of the GNU General Public 9 * License. See the file "COPYING" in the main directory of this archive 10 * for more details. | |
11 */ 12#include <linux/kernel.h> 13#include <linux/init.h> 14#include <linux/stat.h> 15#include <linux/device.h> 16#include <linux/platform_device.h> 17#include <linux/err.h> 18#include <linux/string.h> --- 149 unchanged lines hidden --- | 8 */ 9#include <linux/kernel.h> 10#include <linux/init.h> 11#include <linux/stat.h> 12#include <linux/device.h> 13#include <linux/platform_device.h> 14#include <linux/err.h> 15#include <linux/string.h> --- 149 unchanged lines hidden --- |