]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/s390/include/asm/device.h
s390: Audit and remove any remaining unnecessary uses of module.h
[mirror_ubuntu-artful-kernel.git] / arch / s390 / include / asm / device.h
CommitLineData
c6dbaef2
BH
1/*
2 * Arch specific extensions to struct device
3 *
4 * This file is released under the GPLv2
5 */
e82becfc
CB
6struct dev_archdata {
7 struct dma_map_ops *dma_ops;
8};
c6dbaef2 9
e82becfc
CB
10struct pdev_archdata {
11};