Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69305
b: refs/heads/master
c: 355aaff
h: refs/heads/master
i:
  69303: 0ebbb38
v: v3
  • Loading branch information
Linus Torvalds committed Oct 15, 2007
1 parent c938f43 commit ed57d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c596cc46ba1c5769866efe586daff3422bc31afe
refs/heads/master: 355aaffdaf82c95a004daedd1ea64fc61a25b8db
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/maps/pxa2xx-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>

#include <asm/io.h>
#include <asm/hardware.h>
#include <asm/cacheflush.h>

#include <asm/mach/flash.h>

static void pxa2xx_map_inval_cache(struct map_info *map, unsigned long from,
ssize_t len)
{
consistent_sync((char *)map->cached + from, len, DMA_FROM_DEVICE);
flush_ioremap_region(map->phys, map->cached, from, len);
}

struct pxa2xx_flash_info {
Expand Down

0 comments on commit ed57d0d

Please sign in to comment.