diff options
author | 2014-05-16 13:37:02 +0200 | |
---|---|---|
committer | 2014-06-04 06:59:57 +0200 | |
commit | 193bca5934db1ca1d0ffcedf551030ff5556a07c (patch) | |
tree | e5ae4908176bd9b26f1b73407892d9b64be12410 /arch/microblaze/include/asm/device.h | |
parent | microblaze: Do not setup pci_dma_ops (diff) | |
download | wireguard-linux-193bca5934db1ca1d0ffcedf551030ff5556a07c.tar.xz wireguard-linux-193bca5934db1ca1d0ffcedf551030ff5556a07c.zip |
microblaze: Cleanup PCI_DRAM_OFFSET handling
PCI_DRAM_OFFSET/pci_dram_offset is 0 all the time and there
is no difference for PCI and !PCI cases.
Also remove the whole code which setup archdata.dma_data
which is completely unused.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to '')
-rw-r--r-- | arch/microblaze/include/asm/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/device.h b/arch/microblaze/include/asm/device.h index 123b2fe72d01..eb639b479c7b 100644 --- a/arch/microblaze/include/asm/device.h +++ b/arch/microblaze/include/asm/device.h @@ -14,7 +14,6 @@ struct device_node; struct dev_archdata { /* DMA operations on that device */ struct dma_map_ops *dma_ops; - void *dma_data; }; struct pdev_archdata { |