Skip to content

Commit

Permalink
staging: tidspbridge - remove custom mmu code from tiomap3430.c
Browse files Browse the repository at this point in the history
This patch removes all the custom mmu code remaining in
tiomap3430.c which is not needed anymore.

Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Fernando Guzman Lugo authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent 4dd1944 commit e7396e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 427 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/tidspbridge/core/_tiomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ struct bridge_dev_context {
*/
u32 dw_dsp_ext_base_addr; /* See the comment above */
u32 dw_api_reg_base; /* API mem map'd registers */
void __iomem *dw_dsp_mmu_base; /* DSP MMU Mapped registers */
u32 dw_api_clk_base; /* CLK Registers */
u32 dw_dsp_clk_m2_base; /* DSP Clock Module m2 */
u32 dw_public_rhea; /* Pub Rhea */
Expand All @@ -356,7 +355,6 @@ struct bridge_dev_context {

/* TC Settings */
bool tc_word_swap_on; /* Traffic Controller Word Swap */
struct pg_table_attrs *pt_attrs;
u32 dsp_per_clks;
};

Expand Down
Loading

0 comments on commit e7396e7

Please sign in to comment.