File tree 2 files changed +0
-32
lines changed 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -247,21 +247,6 @@ static struct amba_device *amba_devs[] __initdata = {
247
247
& uart0_device ,
248
248
};
249
249
250
- static struct resource bcm2708_dmaman_resources [] = {
251
- {
252
- .start = DMA_BASE ,
253
- .end = DMA_BASE + SZ_4K - 1 ,
254
- .flags = IORESOURCE_MEM ,
255
- }
256
- };
257
-
258
- static struct platform_device bcm2708_dmaman_device = {
259
- .name = "bcm2708_dma" ,
260
- .id = 0 , /* first bcm2708_dma */
261
- .resource = bcm2708_dmaman_resources ,
262
- .num_resources = ARRAY_SIZE (bcm2708_dmaman_resources ),
263
- };
264
-
265
250
static struct resource bcm2708_dmaengine_resources [] = {
266
251
{
267
252
.start = DMA_BASE ,
@@ -919,7 +904,6 @@ void __init bcm2708_init(void)
919
904
bcm2708_init_clocks ();
920
905
bcm2708_dt_init ();
921
906
922
- bcm_register_device (& bcm2708_dmaman_device );
923
907
bcm_register_device_dt (& bcm2708_dmaengine_device );
924
908
bcm_register_device (& bcm2708_vcio_device );
925
909
#ifdef CONFIG_BCM2708_GPIO
Original file line number Diff line number Diff line change @@ -257,21 +257,6 @@ static struct amba_device *amba_devs[] __initdata = {
257
257
& uart0_device ,
258
258
};
259
259
260
- static struct resource bcm2708_dmaman_resources [] = {
261
- {
262
- .start = DMA_BASE ,
263
- .end = DMA_BASE + SZ_4K - 1 ,
264
- .flags = IORESOURCE_MEM ,
265
- }
266
- };
267
-
268
- static struct platform_device bcm2708_dmaman_device = {
269
- .name = "bcm2708_dma" ,
270
- .id = 0 , /* first bcm2708_dma */
271
- .resource = bcm2708_dmaman_resources ,
272
- .num_resources = ARRAY_SIZE (bcm2708_dmaman_resources ),
273
- };
274
-
275
260
static struct resource bcm2708_dmaengine_resources [] = {
276
261
{
277
262
.start = DMA_BASE ,
@@ -940,7 +925,6 @@ void __init bcm2709_init(void)
940
925
bcm2709_init_clocks ();
941
926
bcm2709_dt_init ();
942
927
943
- bcm_register_device (& bcm2708_dmaman_device );
944
928
bcm_register_device_dt (& bcm2708_dmaengine_device );
945
929
bcm_register_device (& bcm2708_vcio_device );
946
930
#ifdef CONFIG_BCM2708_GPIO
You can’t perform that action at this time.
0 commit comments