aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/device.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-05-16 13:16:49 +0200
committerMichal Simek <michal.simek@xilinx.com>2014-06-04 06:59:59 +0200
commitbf5db2fbd65e6225a8aa749d4e788e223518d486 (patch)
tree627919a727de52547e52d49431494edfc0470bd9 /arch/microblaze/include/asm/device.h
parentmicroblaze: Do not setup empty unmap_sg function (diff)
downloadlinux-dev-bf5db2fbd65e6225a8aa749d4e788e223518d486.tar.xz
linux-dev-bf5db2fbd65e6225a8aa749d4e788e223518d486.zip
microblaze: Use generic device.h
pdev_archdata dma_mask is completely unused. Use generic device.h Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/asm/device.h')
-rw-r--r--arch/microblaze/include/asm/device.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/microblaze/include/asm/device.h b/arch/microblaze/include/asm/device.h
deleted file mode 100644
index aae3b3c6a033..000000000000
--- a/arch/microblaze/include/asm/device.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Arch specific extensions to struct device
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License v2. See the file "COPYING" in the main directory of this archive
- * for more details.
- */
-
-#ifndef _ASM_MICROBLAZE_DEVICE_H
-#define _ASM_MICROBLAZE_DEVICE_H
-
-struct device_node;
-
-struct dev_archdata {
-};
-
-struct pdev_archdata {
- u64 dma_mask;
-};
-
-#endif /* _ASM_MICROBLAZE_DEVICE_H */
-
-