Skip to content

Commit

Permalink
agp/intel: Remove duplicate const
Browse files Browse the repository at this point in the history
drivers/char/agp/intel-gtt.c:340:48: warning: duplicate const

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Chris Wilson committed Nov 23, 2010
1 parent 92b88ae commit 7bdc9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/agp/intel-gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static void i810_write_entry(dma_addr_t addr, unsigned int entry,
writel(addr | pte_flags, intel_private.gtt + entry);
}

static const struct aper_size_info_fixed const intel_fake_agp_sizes[] = {
static const struct aper_size_info_fixed intel_fake_agp_sizes[] = {
{32, 8192, 3},
{64, 16384, 4},
{128, 32768, 5},
Expand Down

0 comments on commit 7bdc9ab

Please sign in to comment.