We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cdb92 commit ccbed2dCopy full SHA for ccbed2d
arch/arm/mach-bcm2708/bcm2708.c
@@ -538,15 +538,12 @@ static struct resource bcm2708_spi_resources[] = {
538
}
539
};
540
541
-static u64 bcm2708_spi_dmamask = DMA_BIT_MASK(DMA_MASK_BITS_COMMON);
+
542
static struct platform_device bcm2708_spi_device = {
543
.name = "bcm2708_spi",
544
.id = 0,
545
.num_resources = ARRAY_SIZE(bcm2708_spi_resources),
546
.resource = bcm2708_spi_resources,
547
- .dev = {
548
- .dma_mask = &bcm2708_spi_dmamask,
549
- .coherent_dma_mask = DMA_BIT_MASK(DMA_MASK_BITS_COMMON)},
550
551
552
#ifdef CONFIG_BCM2708_SPIDEV
0 commit comments