Loading drivers/dma/pl330.c +0 −12 Original line number Diff line number Diff line Loading @@ -296,11 +296,6 @@ struct pl330_info { void *pl330_data; /* Populated by the PL330 core driver during pl330_add */ struct pl330_config pcfg; /* * If the DMAC has some reset mechanism, then the * client may want to provide pointer to the method. */ void (*dmac_reset)(struct pl330_info *pi); }; /** Loading Loading @@ -2024,13 +2019,6 @@ static int pl330_add(struct pl330_info *pi) if (pi->pl330_data) return -EINVAL; /* * If the SoC can perform reset on the DMAC, then do it * before reading its configuration. */ if (pi->dmac_reset) pi->dmac_reset(pi); regs = pi->base; /* Check if we can handle this DMAC */ Loading Loading
drivers/dma/pl330.c +0 −12 Original line number Diff line number Diff line Loading @@ -296,11 +296,6 @@ struct pl330_info { void *pl330_data; /* Populated by the PL330 core driver during pl330_add */ struct pl330_config pcfg; /* * If the DMAC has some reset mechanism, then the * client may want to provide pointer to the method. */ void (*dmac_reset)(struct pl330_info *pi); }; /** Loading Loading @@ -2024,13 +2019,6 @@ static int pl330_add(struct pl330_info *pi) if (pi->pl330_data) return -EINVAL; /* * If the SoC can perform reset on the DMAC, then do it * before reading its configuration. */ if (pi->dmac_reset) pi->dmac_reset(pi); regs = pi->base; /* Check if we can handle this DMAC */ Loading