From f61f0b7178fa7591d9b4313b85cf8e47995d531c Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 13 Mar 2011 17:24:28 +0000 Subject: ssb: update ssb to version from linux-next-20110311 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26127 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.30/942-ssb_add_dma_dev.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 target/linux/generic/patches-2.6.30/942-ssb_add_dma_dev.patch (limited to 'target/linux/generic/patches-2.6.30/942-ssb_add_dma_dev.patch') diff --git a/target/linux/generic/patches-2.6.30/942-ssb_add_dma_dev.patch b/target/linux/generic/patches-2.6.30/942-ssb_add_dma_dev.patch deleted file mode 100644 index 6b57e876c..000000000 --- a/target/linux/generic/patches-2.6.30/942-ssb_add_dma_dev.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/drivers/ssb/main.c -+++ b/drivers/ssb/main.c -@@ -465,6 +465,7 @@ static int ssb_devices_register(struct s - #ifdef CONFIG_SSB_PCIHOST - sdev->irq = bus->host_pci->irq; - dev->parent = &bus->host_pci->dev; -+ sdev->dma_dev = dev->parent; - #endif - break; - case SSB_BUSTYPE_PCMCIA: -@@ -475,6 +476,7 @@ static int ssb_devices_register(struct s - break; - case SSB_BUSTYPE_SSB: - dev->dma_mask = &dev->coherent_dma_mask; -+ sdev->dma_dev = dev; - break; - default: - break; ---- a/include/linux/ssb/ssb.h -+++ b/include/linux/ssb/ssb.h -@@ -167,7 +167,7 @@ struct ssb_device { - * is an optimization. */ - const struct ssb_bus_ops *ops; - -- struct device *dev; -+ struct device *dev, *dma_dev; - - struct ssb_bus *bus; - struct ssb_device_id id; -- cgit v1.2.3